We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87cea39 commit 8901a91Copy full SHA for 8901a91
tox.ini
@@ -15,8 +15,9 @@ deps =
15
-rsite/requirements.txt
16
-rrequirements.txt
17
18
- # TODO: be clever and use the nightly wheels instead
19
- devdeps: git+https://github.com/numpy/numpy.git#egg=numpy
+ devdeps: pip install -U --pre --only-binary :all: -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
+ 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
# TODO: add the oldest supported versions of all the dependencies here
23
# oldestdeps: numpy==1.18
0 commit comments