Skip to content

Commit 6b9d15c

Browse files
committed
Install cython 0.26.16 with pip
- It’s not available in conda.
1 parent 4acb92b commit 6b9d15c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/deps/azure-37-numpydev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ dependencies:
55
- python=3.7.*
66

77
# tools
8-
- cython>=0.29.16
98
- pytest>=5.0.1
109
- pytest-xdist>=1.21
1110
- hypothesis>=3.58.0
@@ -15,6 +14,7 @@ dependencies:
1514
- pytz
1615
- pip
1716
- pip:
17+
- cython>=0.29.16
1818
- "git+git://github.com/dateutil/dateutil.git"
1919
- "-f https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com"
2020
- "--pre"

ci/deps/azure-macos-36.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ dependencies:
55
- python=3.6.*
66

77
# tools
8-
- cython>=0.29.16
98
- pytest>=5.0.1
109
- pytest-xdist>=1.21
1110
- hypothesis>=3.58.0
@@ -32,5 +31,6 @@ dependencies:
3231
- xlwt
3332
- pip
3433
- pip:
34+
- cython>=0.29.16
3535
- pyreadstat
3636
- pyxlsb

0 commit comments

Comments
 (0)