Skip to content

Commit

Permalink
Bumping lower version bounds for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
rs-gh-sa committed Jan 6, 2020
1 parent db63707 commit 81cd047
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scikit-image
scikit-image>=0.16.1
matplotlib
requests
# `tensorflow` or `tensorflow-gpu` must be installed, as well.
# `tensorflow` or `tensorflow-gpu` must be installed manually or via extras.
4 changes: 2 additions & 2 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
],
install_requires=requires,
extras_require={
"tf": ["tensorflow>=1.6.0"],
"tf_gpu": ["tensorflow-gpu>=1.6.0"],
"tf": ["tensorflow>=1.14.0"],
"tf_gpu": ["tensorflow-gpu>=1.14.0"],
},
packages=['flowdec', 'flowdec.cmd', 'flowdec.nb'],
package_data={'flowdec': ['datasets/*/*.tif']},
Expand Down

0 comments on commit 81cd047

Please sign in to comment.