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 960c0ec commit c66cb36Copy full SHA for c66cb36
pyproject.toml
@@ -36,7 +36,7 @@ dependencies = [
36
# On a mac, install optional dependencies with `pip install '.[dev]'` (include the single quotes)
37
[project.optional-dependencies]
38
dev = [
39
- "asv==0.6.4", # Used to compute performance benchmarks
+ "asv==0.6.5", # Used to compute performance benchmarks
40
"virtualenv==20.30", # Temporary fix to airspeed-velocity/asv#1484
41
"jupyter", # Clears output from Jupyter notebooks
42
"mypy", # Used for static type checking of files
0 commit comments