File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 39
39
// followed by the pip installed packages).
40
40
"matrix" : {
41
41
"numpy" : [],
42
- "Cython" : [" 0.29.21 " ],
42
+ "Cython" : [" 0.29.24 " ],
43
43
"matplotlib" : [],
44
44
"sqlalchemy" : [],
45
45
"scipy" : [],
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies:
15
15
# The compiler packages are meta-packages and install the correct compiler (activation) packages on the respective platforms.
16
16
- c-compiler
17
17
- cxx-compiler
18
- - cython>=0.29.21
18
+ - cython>=0.29.24
19
19
20
20
# code checks
21
21
- black=21.5b2
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ numpy>=1.18.5
5
5
python-dateutil >= 2.8.1
6
6
pytz
7
7
asv
8
- cython >= 0.29.21
8
+ cython >= 0.29.24
9
9
black == 21.5b2
10
10
cpplint
11
11
flake8 == 3.9.2
You can’t perform that action at this time.
0 commit comments