Skip to content

Commit

Permalink
Updated tensorflow versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Feb 12, 2020
1 parent 72ed3de commit 437316b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ install:
- source activate testenv
- conda install --yes -q -c conda-forge scikit-learn scikit-image netcdf4 xarray numba
- pip install pyyaml
- pip install tensorflow==1.15.1
- pip install tensorflow>=2.0
- pip install keras
- pip install .
- mkdir exp_travis
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ scipy
matplotlib
xarray
netcdf4
tensorflow>=1.15.1
tensorflow>=2.0
keras
numba
pandas
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"matplotlib",
"xarray",
"netcdf4",
"tensorflow>=1.15.1",
"tensorflow>=2.0",
"keras",
"numba",
"pandas",
Expand Down

0 comments on commit 437316b

Please sign in to comment.