Skip to content

Commit 7efb70d

Browse files
committed
CI: adding oldest dependencies check to matrix, and more devdeps dependencies, too
1 parent 552da34 commit 7efb70d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

tox.ini

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff 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

2324
allowlist_externals = bash
2425

2526
commands =
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

0 commit comments

Comments
 (0)