Skip to content

Commit

Permalink
numpy<2 and correct HS version
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Jul 30, 2024
1 parent 47b3baf commit 6a8477e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions herdingspikes/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.12

RUN pip install numpy
RUN pip install "numpy<2.0"
RUN pip install cython

RUN pip install herdingspikes==0.4.1
RUN pip install herdingspikes==0.4.3
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.1 .
docker build -t spikeinterface/herdingspikes-base:latest -t spikeinterface/herdingspikes-base:0.4.3 .

0 comments on commit 6a8477e

Please sign in to comment.