We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c51c2a7 commit 413ed0cCopy full SHA for 413ed0c
environment.yml
@@ -9,7 +9,7 @@ dependencies:
9
- pytz
10
11
# benchmarks
12
- - asv
+ - asv < 0.5.0 # 2022-02-08: v0.5.0 > leads to ASV checks running > 3 hours on CI
13
14
# building
15
# The compiler packages are meta-packages and install the correct compiler (activation) packages on the respective platforms.
requirements-dev.txt
@@ -4,7 +4,7 @@
4
numpy>=1.18.5
5
python-dateutil>=2.8.1
6
pytz
7
-asv
+asv < 0.5.0
8
cython>=0.29.24
black==21.5b2
cpplint
0 commit comments