Skip to content

Commit

Permalink
Merge 04b1de2 into d987c4d
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 23, 2021
2 parents d987c4d + 04b1de2 commit 53190a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Use tensorflow/tensorflow as the base image
# Change the build arg to edit the tensorflow version.
# Only supporting python3.
ARG TF_VERSION=2.4.2-gpu
ARG TF_VERSION=2.5.0-gpu

FROM tensorflow/tensorflow:${TF_VERSION}

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 @@ pydot>=1.4.2,<2
scipy>=1.2.3,<2
scikit-image>=0.14.5
scikit-learn>=0.20.4
tensorflow~=2.4.2
tensorflow~=2.5.0
jupyter>=1.0.0,<2
deepcell-tracking>=0.3.1,<0.4.0
deepcell-toolbox>=0.9.0,<0.10.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
'scipy>=1.2.3,<2',
'scikit-image>=0.14.5',
'scikit-learn>=0.20.4',
'tensorflow~=2.4.2',
'tensorflow~=2.5.0',
'jupyter>=1.0.0,<2',
'opencv-python-headless<5',
'deepcell-tracking>=0.3.1,<0.4.0',
Expand Down

0 comments on commit 53190a7

Please sign in to comment.