We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce7bfeb commit d6819c0Copy full SHA for d6819c0
environment.yml
@@ -69,7 +69,7 @@ dependencies:
69
- flask
70
71
# benchmarks
72
- - asv
+ - asv>=0.5.1
73
74
# The compiler packages are meta-packages and install the correct compiler (activation) packages on the respective platforms.
75
- c-compiler
requirements-dev.txt
@@ -52,7 +52,7 @@ dask
52
seaborn
53
moto
54
flask
55
-asv
+asv>=0.5.1
56
black==22.10.0
57
cpplint
58
flake8==6.0.0
0 commit comments