We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3496830 + 379b806 commit 370ae0aCopy full SHA for 370ae0a
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