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.
2 parents 1cae194 + 2d2f37c commit 45d7e40Copy full SHA for 45d7e40
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