Skip to content

Commit 370ae0a

Browse files
authored
Merge pull request #88 from SpikeInterface/fix-hs
Update herdingspikes
2 parents 3496830 + 379b806 commit 370ae0a

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

33
RUN pip install "numpy<2.0"
4-
RUN pip install cython
4+
RUN pip install cython sympy
55

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

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

0 commit comments

Comments
 (0)