File tree 1 file changed +9
-5
lines changed
1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ requires =
8
8
9
9
description = run tests
10
10
11
+ setenv =
12
+ devdeps: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
13
+
11
14
deps =
12
15
# We use these files to specify all the dependencies, and below we override
13
16
# versions for specific testing schenarios
@@ -21,14 +24,15 @@ deps =
21
24
oldestdeps: pandas ==1.4
22
25
oldestdeps: statsmodels ==0.13
23
26
27
+ devdeps: numpy>=0.0.dev0
28
+ devdeps: scipy>=0.0.dev0
29
+ devdeps: matplotlib>=0.0.dev0
30
+ devdeps: pandas>=0.0.dev0
31
+ devdeps: statmodels>=0.0.dev0
32
+
24
33
allowlist_externals = bash
25
34
26
35
commands =
27
- devdeps: pip install -U --pre --only-binary :all: -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
28
- devdeps: pip install -U --pre --only-binary :all: -i https://pypi.anaconda.org/scipy-wheels-nightly/simple scipy
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
32
36
33
37
pip freeze
34
38
You can’t perform that action at this time.
0 commit comments