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 f1cee5f commit 676ac70Copy full SHA for 676ac70
appveyor.yml
@@ -20,9 +20,7 @@ install:
20
- SET PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%
21
22
# Install the dependencies of the project.
23
- - pip install numpy scipy matplotlib nose h5py mock
24
- - pip install hypothesis
25
- - pip install pydicom
+ - pip install numpy scipy matplotlib nose h5py mock hypothesis pydicom
26
- pip install .
27
- SET NIBABEL_DATA_DIR=%CD%\nibabel-data
28
0 commit comments