Skip to content

Commit

Permalink
update numpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
OBrink committed Jun 30, 2023
1 parent 2d7ddd7 commit 2040f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN pip3 install keras==2.3.0
RUN pip3 install rdkit-pypi==2022.09.4
RUN pip3 install jpype1==1.4.1
RUN pip3 install protobuf==3.19.0
RUN pip3 install numpy==1.19.5
RUN pip3 install numpy==1.21.6
RUN pip3 install pillow-heif==0.11.1
RUN pip3 install --no-deps git+https://github.com/Kohulan/DECIMER-Image_Transformer
RUN pip3 install --no-deps decimer-segmentation
Expand Down

0 comments on commit 2040f5b

Please sign in to comment.