Skip to content

Commit

Permalink
fixing tensorflow dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kpe committed Jun 5, 2019
1 parent e58ed00 commit 468ea7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
# command to install dependencies
install:
- pip install --upgrade pip
- pip install tensorflow==2.0.0-alpha0
- pip install 'tensorflow>=1.14.0rc'
- pip install -r requirements.txt
- pip install coverage pep8 nose nose-exclude

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

tensorflow[gpu,tpu] >=1.14.0rc

py-params >= 0.6.3
params-flow >= 0.2.2
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.6
0.1.7

0 comments on commit 468ea7c

Please sign in to comment.