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 ff84f69 commit bc17343Copy full SHA for bc17343
.github/workflows/python-dev.yml
@@ -49,7 +49,8 @@ jobs:
49
shell: bash
50
run: |
51
python -m pip install --upgrade pip setuptools wheel
52
- pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
+ # TODO: unpin
53
+ pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple "numpy==1.23.0.dev0+101.ga81535a36"
54
pip install git+https://github.com/nedbat/coveragepy.git
55
pip install cython python-dateutil pytz hypothesis pytest>=6.2.5 pytest-xdist pytest-cov pytest-timeout
56
pip list
ci/deps/actions-39-numpydev.yaml
@@ -19,5 +19,6 @@ dependencies:
19
- cython==0.29.24 # GH#34014
20
- "--extra-index-url https://pypi.anaconda.org/scipy-wheels-nightly/simple"
21
- "--pre"
22
- - "numpy"
+ # TODO: Unpin
23
+ - "numpy==1.23.0.dev0+101.ga81535a36"
24
- "scipy"
0 commit comments