File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,16 @@ deps =
15
15
-rsite/requirements.txt
16
16
-rrequirements.txt
17
17
18
- devdeps: pip install -U --pre --only-binary :all: -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
19
- devdeps: pip install -U --pre --only-binary :all: -i https://pypi.anaconda.org/scipy-wheels-nightly/simple scipy
20
- devdeps: pip install -U --pre --only-binary :all: -i https://pypi.anaconda.org/scipy-wheels-nightly/simple matplotlib
21
-
22
18
# TODO: add the oldest supported versions of all the dependencies here
23
19
# oldestdeps: numpy==1.18
24
20
# oldestdeps: matplotlib==3.1.2
25
21
# oldestdeps: scipy==1.4
26
22
27
23
commands =
24
+ devdeps: pip install -U --pre --only-binary :all: -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
25
+ devdeps: pip install -U --pre --only-binary :all: -i https://pypi.anaconda.org/scipy-wheels-nightly/simple scipy
26
+ devdeps: pip install -U --pre --only-binary :all: -i https://pypi.anaconda.org/scipy-wheels-nightly/simple matplotlib
27
+
28
28
pip freeze
29
29
30
30
# Ignore testing the tutorials listed in ignore_testing file
You can’t perform that action at this time.
0 commit comments