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 8d23d2b commit 5d31477Copy full SHA for 5d31477
.travis.yml
@@ -11,7 +11,7 @@ language: python
11
cache: pip
12
env:
13
global:
14
- - DEPENDS="six numpy scipy matplotlib h5py pillow pydicom"
+ - DEPENDS="six numpy<1.17dev scipy<1.3dev matplotlib h5py pillow pydicom"
15
- OPTIONAL_DEPENDS=""
16
- INSTALL_TYPE="setup"
17
- CHECK_TYPE="test"
@@ -52,7 +52,7 @@ matrix:
52
# pydicom master branch
53
- python: 3.5
54
55
- - DEPENDS="numpy git+https://github.com/pydicom/pydicom.git@master"
+ - DEPENDS="numpy<1.17dev git+https://github.com/pydicom/pydicom.git@master"
56
# test 2.7 against pre-release builds of everything
57
- python: 2.7
58
0 commit comments