Skip to content

Commit 1dfc217

Browse files
authored
Merge pull request #80 from SpikeInterface/fix-hs
numpy<2 and correct HS version
2 parents 7602357 + 6a8477e commit 1dfc217

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

herdingspikes/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.12
22

3-
RUN pip install numpy
3+
RUN pip install "numpy<2.0"
44
RUN pip install cython
55

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

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.1 .
3+
docker build -t spikeinterface/herdingspikes-base:latest -t spikeinterface/herdingspikes-base:0.4.3 .

0 commit comments

Comments
 (0)