We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e23e8 commit 7c2d28cCopy full SHA for 7c2d28c
asv_bench/asv.conf.json
@@ -39,7 +39,7 @@
39
// followed by the pip installed packages).
40
"matrix": {
41
"numpy": [],
42
- "Cython": ["0.29.21"],
+ "Cython": ["0.29.24"],
43
"matplotlib": [],
44
"sqlalchemy": [],
45
"scipy": [],
environment.yml
@@ -15,7 +15,7 @@ dependencies:
15
# The compiler packages are meta-packages and install the correct compiler (activation) packages on the respective platforms.
16
- c-compiler
17
- cxx-compiler
18
- - cython>=0.29.21
+ - cython>=0.29.24
19
20
# code checks
21
- black=21.5b2
requirements-dev.txt
@@ -5,7 +5,7 @@ numpy>=1.18.5
5
python-dateutil>=2.8.1
6
pytz
7
asv
8
-cython>=0.29.21
+cython>=0.29.24
9
black==21.5b2
10
cpplint
11
flake8==3.9.2
0 commit comments