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 =
15
15
-rsite/requirements.txt
16
16
-rrequirements.txt
17
17
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
22
23
23
24
allowlist_externals = bash
24
25
25
26
commands =
26
27
devdeps: pip install -U --pre --only-binary :all: -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
27
28
devdeps: pip install -U --pre --only-binary :all: -i https://pypi.anaconda.org/scipy-wheels-nightly/simple scipy
28
29
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
29
32
30
33
pip freeze
31
34
You can’t perform that action at this time.
0 commit comments