Skip to content

Commit

Permalink
Update python package versions in roadie (#522)
Browse files Browse the repository at this point in the history
* tifffile 2023.3.15 for a fix for writing zlib-compressed data
  (newer probably also OK, but this is the earliest version that works)
* Change from sklearn to scikit-learn as sklearn was never the proper name
* ome_types >= 0.4.2 for speed and nicer xml output
  • Loading branch information
jmuhlich authored Oct 25, 2023
1 parent 01fe957 commit 94b3c65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions env/roadie.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ RUN apt-get update && \

RUN python -m pip install --no-cache-dir \
threadpoolctl \
sklearn \
scikit-learn \
pandas \
tifffile \
tifffile==2023.3.15 \
zarr \
scikit-image \
ome_types \
ome_types>=0.4.2 \
palom

0 comments on commit 94b3c65

Please sign in to comment.