Skip to content

Commit a856256

Browse files
committed
Update herdingspikes version
1 parent d43cdda commit a856256

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

herdingspikes/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ FROM python:3.12
33
RUN pip install "numpy<2.0"
44
RUN pip install cython
55

6-
RUN pip install herdingspikes==0.4.3
6+
RUN pip install herdingspikes==0.4.5

herdingspikes/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
docker build -t spikeinterface/herdingspikes-base:latest -t spikeinterface/herdingspikes-base:0.4.3 .
3+
docker build -t spikeinterface/herdingspikes-base:latest -t spikeinterface/herdingspikes-base:0.4.5 .

0 commit comments

Comments
 (0)