diff --git a/herdingspikes/Dockerfile b/herdingspikes/Dockerfile index dc93559..e9c40be 100644 --- a/herdingspikes/Dockerfile +++ b/herdingspikes/Dockerfile @@ -3,4 +3,4 @@ FROM python:3.12 RUN pip install "numpy<2.0" RUN pip install cython -RUN pip install herdingspikes==0.4.3 +RUN pip install herdingspikes==0.4.5 diff --git a/herdingspikes/build.sh b/herdingspikes/build.sh index b0855ac..ae15c3a 100755 --- a/herdingspikes/build.sh +++ b/herdingspikes/build.sh @@ -1,3 +1,3 @@ #!/bin/bash -docker build -t spikeinterface/herdingspikes-base:latest -t spikeinterface/herdingspikes-base:0.4.3 . +docker build -t spikeinterface/herdingspikes-base:latest -t spikeinterface/herdingspikes-base:0.4.5 .