Skip to content

Commit 7c2d28c

Browse files
authored
Update cython version for asv conf (#44359)
* Update cython version for asv conf * Change env
1 parent 10e23e8 commit 7c2d28c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

asv_bench/asv.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
// followed by the pip installed packages).
4040
"matrix": {
4141
"numpy": [],
42-
"Cython": ["0.29.21"],
42+
"Cython": ["0.29.24"],
4343
"matplotlib": [],
4444
"sqlalchemy": [],
4545
"scipy": [],

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
# The compiler packages are meta-packages and install the correct compiler (activation) packages on the respective platforms.
1616
- c-compiler
1717
- cxx-compiler
18-
- cython>=0.29.21
18+
- cython>=0.29.24
1919

2020
# code checks
2121
- black=21.5b2

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ numpy>=1.18.5
55
python-dateutil>=2.8.1
66
pytz
77
asv
8-
cython>=0.29.21
8+
cython>=0.29.24
99
black==21.5b2
1010
cpplint
1111
flake8==3.9.2

0 commit comments

Comments
 (0)