Skip to content

Commit

Permalink
Update tifffile version in requirements files
Browse files Browse the repository at this point in the history
Signed-off-by: Gigon Bae <gbae@nvidia.com>
  • Loading branch information
gigony committed Nov 17, 2022
1 parent bd15861 commit 91cc3b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docker/requirements-claratrain.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
openslide-python==1.1.2
tifffile==2020.9.3
tifffile>=2022.7.28
itk==5.1.2
dask[array,delayed,distributed]==2021.2.0
dask-cuda==0.17.0
zarr==2.6.1
fsspec==0.8.5
numpy # 1.17.3 already exists in the image
opencv-contrib-python==4.5.1.48
imagecodecs==2020.5.30
imagecodecs>=2021.6.8
4 changes: 2 additions & 2 deletions docker/requirements-jupyter-dev.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
openslide-python==1.1.2
tifffile==2020.9.3
tifffile>=2022.7.28
itk==5.1.2
dask[array,delayed,distributed]==2021.2.0
dask-cuda==0.17.0
zarr==2.6.1
fsspec==0.8.5
numpy==1.19.5
opencv-contrib-python==4.5.1.48
imagecodecs==2020.5.30
imagecodecs>=2021.6.8
cupy-cuda110==8.4.0
jupyterlab==3.0.7
dask_labextension==5.0.0
Expand Down
4 changes: 2 additions & 2 deletions docker/requirements-jupyter.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
openslide-python==1.1.2
tifffile==2020.9.3
tifffile>=2022.7.28
itk==5.1.2
dask[array,delayed,distributed]==2021.2.0
dask-cuda==0.17.0
zarr==2.6.1
fsspec==0.8.5
numpy==1.19.5
opencv-contrib-python==4.5.1.48
imagecodecs==2020.5.30
imagecodecs>=2021.6.8
cupy-cuda110==8.4.0
jupyterlab==3.0.7
dask_labextension==5.0.0
Expand Down

0 comments on commit 91cc3b4

Please sign in to comment.