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 27e2015 commit 41e03e7Copy full SHA for 41e03e7
pyproject.toml
@@ -37,7 +37,7 @@ dependencies = [
37
[project.optional-dependencies]
38
dev = [
39
"asv==0.6.5", # Used to compute performance benchmarks
40
- "virtualenv==20.30", # Temporary fix to airspeed-velocity/asv#1484
+ "virtualenv==20.35.4", # Temporary fix to airspeed-velocity/asv#1484
41
"jupyter", # Clears output from Jupyter notebooks
42
"mypy", # Used for static type checking of files
43
"pre-commit", # Used to run checks before finalizing a git commit
0 commit comments