We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cae194 commit 2d2f37cCopy full SHA for 2d2f37c
pyproject.toml
@@ -31,7 +31,7 @@ dependencies = [
31
# On a mac, install optional dependencies with `pip install '.[dev]'` (include the single quotes)
32
[project.optional-dependencies]
33
dev = [
34
- "asv==0.6.4", # Used to compute performance benchmarks
+ "asv==0.6.5", # Used to compute performance benchmarks
35
"jupyter", # Clears output from Jupyter notebooks
36
"mypy", # Used for static type checking of files
37
"pre-commit", # Used to run checks before finalizing a git commit
0 commit comments