File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 49
49
shell : bash
50
50
run : |
51
51
python -m pip install --upgrade pip setuptools wheel
52
- pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
52
+ # TODO: unpin
53
+ pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple "numpy==1.23.0.dev0+101.ga81535a36"
53
54
pip install git+https://github.com/nedbat/coveragepy.git
54
55
pip install cython python-dateutil pytz hypothesis pytest>=6.2.5 pytest-xdist pytest-cov pytest-timeout
55
56
pip list
Original file line number Diff line number Diff line change @@ -19,5 +19,6 @@ dependencies:
19
19
- cython==0.29.24 # GH#34014
20
20
- " --extra-index-url https://pypi.anaconda.org/scipy-wheels-nightly/simple"
21
21
- " --pre"
22
- - " numpy"
22
+ # TODO: Unpin
23
+ - " numpy==1.23.0.dev0+101.ga81535a36"
23
24
- " scipy"
You can’t perform that action at this time.
0 commit comments