We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3496830 commit 379b806Copy full SHA for 379b806
2 files changed
herdingspikes/Dockerfile
@@ -1,6 +1,6 @@
1
FROM python:3.12
2
3
RUN pip install "numpy<2.0"
4
-RUN pip install cython
+RUN pip install cython sympy
5
6
-RUN pip install herdingspikes==0.4.5
+RUN pip install herdingspikes==0.4.6
herdingspikes/build.sh
@@ -1,3 +1,3 @@
#!/bin/bash
-docker build -t spikeinterface/herdingspikes-base:latest -t spikeinterface/herdingspikes-base:0.4.5 .
+docker build -t spikeinterface/herdingspikes-base:latest -t spikeinterface/herdingspikes-base:0.4.6 .
0 commit comments