Skip to content

Commit

Permalink
fix asv requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael R. Blanton committed May 11, 2024
1 parent 048b221 commit 29557c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dev = [
"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
"ruff", # Used for static linting of files
# before updating
# "pre-commit", # Used to run checks before finalizing a git commit
# "sphinx", # Used to automatically generate documentation
Expand All @@ -44,7 +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
"ruff", # Used for static linting of files
]

[build-system]
Expand Down

0 comments on commit 29557c7

Please sign in to comment.