Skip to content

Commit e1b535b

Browse files
authored
Merge pull request #83 from SpikeInterface/hs0.4.5
Update herdingspikes version: 0.4.5
2 parents d43cdda + a856256 commit e1b535b

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)