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 10ff9fe commit 60b4695Copy full SHA for 60b4695
tox.ini
@@ -24,7 +24,7 @@ deps =
24
oldestdeps: pandas==1.4
25
oldestdeps: statsmodels==0.13
26
27
- devdeps: numpy>=0.0.dev0
+ # devdeps: numpy>=0.0.dev0
28
devdeps: scipy>=0.0.dev0
29
devdeps: matplotlib>=0.0.dev0
30
devdeps: pandas>=0.0.dev0
@@ -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