Skip to content

Commit 60b4695

Browse files
committed
TMP: temporarily force numpy install to work around upper version limits
1 parent 10ff9fe commit 60b4695

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ deps =
2424
oldestdeps: pandas==1.4
2525
oldestdeps: statsmodels==0.13
2626

27-
devdeps: numpy>=0.0.dev0
27+
# devdeps: numpy>=0.0.dev0
2828
devdeps: scipy>=0.0.dev0
2929
devdeps: matplotlib>=0.0.dev0
3030
devdeps: pandas>=0.0.dev0
@@ -33,6 +33,8 @@ deps =
3333
allowlist_externals = bash
3434

3535
commands =
36+
# Force numpy reinstall to work around upper version limits in statsmodels and pandas
37+
devdeps: pip install -U --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
3638

3739
pip freeze
3840

0 commit comments

Comments
 (0)