Skip to content

Commit

Permalink
add reqs to project file
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael R. Blanton committed May 11, 2024
1 parent 57148a8 commit 048b221
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ dev = [
"pre-commit", # Used to run checks before finalizing a git commit
"pytest",
"pytest-cov", # Used to report total code coverage
"matplotlib", # Used in sample notebook intro_notebook.ipynb
"numpy", # Used in sample notebook intro_notebook.ipynb
"asv==0.5.1", # Used to compute performance benchmarks
# before updating
# "pre-commit", # Used to run checks before finalizing a git commit
# "sphinx", # Used to automatically generate documentation
Expand All @@ -41,9 +44,6 @@ dev = [
# # "nbconvert", # Needed for pre-commit check to clear output from Python notebooks
# "nbsphinx", # Used to integrate Python notebooks into Sphinx documentation
# # "ipython", # Also used in building notebooks into Sphinx
# "matplotlib", # Used in sample notebook intro_notebook.ipynb
# "numpy", # Used in sample notebook intro_notebook.ipynb
# "asv==0.5.1", # Used to compute performance benchmarks
"ruff", # Used for static linting of files
]

Expand Down

0 comments on commit 048b221

Please sign in to comment.