File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,20 @@ deps =
1515 -rsite/requirements.txt
1616 -rrequirements.txt
1717
18- # TODO: add the oldest supported versions of all the dependencies here
19- # oldestdeps: numpy==1.18
20- # oldestdeps: matplotlib==3.1.2
21- # oldestdeps: scipy==1.4
18+ oldestdeps: numpy ==1.20
19+ oldestdeps: matplotlib ==3.4
20+ oldestdeps: scipy ==1.6
21+ oldestdeps: pandas ==1.2
22+ oldestdeps: statsmodels ==0.13
2223
2324allowlist_externals = bash
2425
2526commands =
2627 devdeps: pip install -U --pre --only-binary :all: -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
2728 devdeps: pip install -U --pre --only-binary :all: -i https://pypi.anaconda.org/scipy-wheels-nightly/simple scipy
2829 devdeps: pip install -U --pre --only-binary :all: -i https://pypi.anaconda.org/scipy-wheels-nightly/simple matplotlib
30+ devdeps: pip install -U --pre --only-binary :all: -i https://pypi.anaconda.org/scipy-wheels-nightly/simple pandas
31+ devdeps: pip install -U --pre --only-binary :all: -i https://pypi.anaconda.org/scipy-wheels-nightly/simple statsmodels
2932
3033 pip freeze
3134
You can’t perform that action at this time.
0 commit comments