From 2696067c2a74843a5f381b2a34c9306e057ea4d4 Mon Sep 17 00:00:00 2001 From: James Gebbie-Rayet Date: Mon, 5 Jan 2026 12:02:38 +0000 Subject: [PATCH] Update numpy version in Dockerfile dependencies Numpy removed deprecations, pinning numpy to 2.3.5 fixed another workshop repo, so trying it here. There may be other packages implicated here though --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index faca822..1f0aba1 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -11,7 +11,7 @@ WORKDIR $HOME # Install workshop deps RUN mamba install oddt::oddt -y -RUN mamba install termcolor matplotlib seaborn pandas openbabel vina +RUN mamba install termcolor numpy=2.3.5 matplotlib seaborn pandas openbabel vina # Get workshop files and move them to jovyan directory. COPY --chown=1000:100 . .