Skip to content

Commit

Permalink
Merge e4ec7d7 into ca034a1
Browse files Browse the repository at this point in the history
  • Loading branch information
willgraf committed Aug 11, 2021
2 parents ca034a1 + e4ec7d7 commit 03735c8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

env:
TF_VERSION: 2.4.2
TF_VERSION: 2.4.3

steps:
- uses: actions/checkout@v2
Expand Down
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.4.3-gpu

FROM tensorflow/tensorflow:${TF_VERSION}

Expand Down
2 changes: 1 addition & 1 deletion deepcell/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
__title__ = 'DeepCell'
__description__ = 'Deep learning for single cell image segmentation'
__url__ = 'https://github.com/vanvalenlab/deepcell-tf'
__version__ = '0.9.1'
__version__ = '0.9.2'
__download_url__ = '{}/tarball/{}'.format(__url__, __version__)
__author__ = 'The Van Valen Lab'
__author_email__ = 'vanvalen@caltech.edu'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ numpy>=1.16.6,<1.20
scipy>=1.2.3,<2
scikit-image>=0.14.5
scikit-learn>=0.20.4
tensorflow~=2.4.2
tensorflow~=2.4.3
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 @@ -61,7 +61,7 @@
'scipy>=1.2.3,<2',
'scikit-image>=0.14.5',
'scikit-learn>=0.20.4',
'tensorflow~=2.4.2',
'tensorflow~=2.4.3',
'jupyter>=1.0.0,<2',
'opencv-python-headless<5',
'deepcell-tracking>=0.3.1,<0.4.0',
Expand Down

0 comments on commit 03735c8

Please sign in to comment.