Skip to content

Commit

Permalink
Update herdingspikes version
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Oct 28, 2024
1 parent d43cdda commit a856256
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion herdingspikes/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ FROM python:3.12
RUN pip install "numpy<2.0"
RUN pip install cython

RUN pip install herdingspikes==0.4.3
RUN pip install herdingspikes==0.4.5
2 changes: 1 addition & 1 deletion herdingspikes/build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

docker build -t spikeinterface/herdingspikes-base:latest -t spikeinterface/herdingspikes-base:0.4.3 .
docker build -t spikeinterface/herdingspikes-base:latest -t spikeinterface/herdingspikes-base:0.4.5 .

0 comments on commit a856256

Please sign in to comment.