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 48
48
shell : bash
49
49
run : |
50
50
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"
52
53
pip install git+https://github.com/nedbat/coveragepy.git
53
54
pip install cython python-dateutil pytz hypothesis pytest>=6.2.5 pytest-xdist pytest-cov
54
55
pip list
Original file line number Diff line number Diff line change @@ -18,5 +18,6 @@ dependencies:
18
18
- cython==0.29.24 # GH#34014
19
19
- " --extra-index-url https://pypi.anaconda.org/scipy-wheels-nightly/simple"
20
20
- " --pre"
21
- - " numpy"
21
+ # TODO: Unpin
22
+ - " numpy==1.23.0.dev0+101.ga81535a36"
22
23
- " scipy"
You can’t perform that action at this time.
0 commit comments