Skip to content

Commit ebbbf4c

Browse files
committed
TMP: temporarily force numpy install to work around upper version limits
1 parent e14b2dc commit ebbbf4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)