We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e14b2dc commit ebbbf4cCopy full SHA for ebbbf4c
tox.ini
@@ -33,6 +33,8 @@ deps =
33
allowlist_externals = bash
34
35
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
38
39
pip freeze
40
0 commit comments