We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87bfa9 commit 56e2384Copy full SHA for 56e2384
appveyor.yml
@@ -53,6 +53,7 @@ build: off
53
test_script:
54
- "%CMD_IN_ENV% python -m pip install -U pip setuptools wheel"
55
- "%CMD_IN_ENV% python -m pip install numpy==%NUMPY_VERSION%"
56
+ - "%CMD_IN_ENV% python -m pip install cython==0.29"
57
- "%CMD_IN_ENV% python -m pip install -v --no-binary=numcodecs numcodecs==0.5.5"
58
- "%CMD_IN_ENV% python -m pip install -rrequirements_dev.txt"
59
- "%CMD_IN_ENV% python setup.py install"
0 commit comments