File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4848 shell : bash
4949 run : |
5050 python -m pip install --upgrade pip setuptools wheel
51- pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
51+ # TODO: unpin
52+ pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple "numpy==1.23.0.dev0+101.ga81535a36"
5253 pip install git+https://github.com/nedbat/coveragepy.git
5354 pip install cython python-dateutil pytz hypothesis pytest>=6.2.5 pytest-xdist pytest-cov
5455 pip list
Original file line number Diff line number Diff line change @@ -18,5 +18,6 @@ dependencies:
1818 - cython==0.29.24 # GH#34014
1919 - " --extra-index-url https://pypi.anaconda.org/scipy-wheels-nightly/simple"
2020 - " --pre"
21- - " numpy"
21+ # TODO: Unpin
22+ - " numpy==1.23.0.dev0+101.ga81535a36"
2223 - " scipy"
You can’t perform that action at this time.
0 commit comments