Skip to content

Commit 7e11707

Browse files
authored
Merge pull request #28 from CCPBioSim/pin-package
Update numpy version in Dockerfile dependencies
2 parents 9d9acf9 + 2696067 commit 7e11707

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ WORKDIR $HOME
1111

1212
# Install workshop deps
1313
RUN mamba install oddt::oddt -y
14-
RUN mamba install termcolor matplotlib seaborn pandas openbabel vina
14+
RUN mamba install termcolor numpy=2.3.5 matplotlib seaborn pandas openbabel vina
1515

1616
# Get workshop files and move them to jovyan directory.
1717
COPY --chown=1000:100 . .

0 commit comments

Comments
 (0)