We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7602357 + 6a8477e commit 1dfc217Copy full SHA for 1dfc217
herdingspikes/Dockerfile
@@ -1,6 +1,6 @@
1
FROM python:3.12
2
3
-RUN pip install numpy
+RUN pip install "numpy<2.0"
4
RUN pip install cython
5
6
-RUN pip install herdingspikes==0.4.1
+RUN pip install herdingspikes==0.4.3
herdingspikes/build.sh
@@ -1,3 +1,3 @@
#!/bin/bash
-docker build -t spikeinterface/herdingspikes-base:latest -t spikeinterface/herdingspikes-base:0.4.1 .
+docker build -t spikeinterface/herdingspikes-base:latest -t spikeinterface/herdingspikes-base:0.4.3 .
0 commit comments