Skip to content

Commit

Permalink
Merge pull request NifTK#453 from NifTK/fixes-dependencies
Browse files Browse the repository at this point in the history
fixes pip install dependencies
  • Loading branch information
wyli committed Oct 9, 2019
2 parents e8ac4e8 + 9f318b3 commit 91b669f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,8 @@ pip-installer:
only:
- master
- dev
- fixes-unit-tests
- release-v0.5.0
- tags
- fixes-dependencies
script:
- export TF_CPP_MIN_LOG_LEVEL=2
# get the shortened version of last commit's hash
Expand Down
2 changes: 1 addition & 1 deletion requirements-cpu.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
six>=1.10
nibabel>=2.1.0
numpy>=1.13.3, <=1.14.5
numpy>=1.13.3
scipy>=0.18
configparser
tensorflow>=1.13.2, <=1.14
Expand Down
2 changes: 1 addition & 1 deletion requirements-gpu.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
six>=1.10
nibabel>=2.1.0
numpy>=1.13.3, <=1.14.5
numpy>=1.13.3
scipy>=0.18
configparser
tensorflow-gpu>=1.13.2, <=1.14
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
install_requires=[
'six>=1.10',
'nibabel>=2.1.0',
'numpy>=1.13.3, <= 1.14.5',
'numpy>=1.13.3',
'scipy>=0.18',
'configparser',
'pandas',
Expand Down

0 comments on commit 91b669f

Please sign in to comment.