Skip to content

Commit

Permalink
up si version
Browse files Browse the repository at this point in the history
  • Loading branch information
luiztauffer committed Mar 21, 2024
1 parent 325db8c commit 3639897
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion si_kilosort25/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN git clone https://github.com/catalystneuro/neuroconv.git && \
# pip install -e .[full]

# Install spikeinterface
RUN pip install spikeinterface[full]==0.100.0
RUN pip install spikeinterface[full]==0.100.2

# Copy files into the container
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion si_kilosort25/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pynwb
# spikeinterface[full]==0.99.1
# spikeinterface[full]==0.100.2
# spikeinterface_pipelines
# dendro
2 changes: 1 addition & 1 deletion si_kilosort3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN git clone https://github.com/catalystneuro/neuroconv.git && \
# pip install -e .[full]

# Install spikeinterface
RUN pip install spikeinterface[full]==0.100.0
RUN pip install spikeinterface[full]==0.100.2

# Copy files into the container
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion si_kilosort3/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pynwb
# spikeinterface[full]==0.99.1
# spikeinterface[full]==0.100.2
# spikeinterface_pipelines
# dendro
2 changes: 1 addition & 1 deletion si_mountainsort5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN git clone https://github.com/catalystneuro/neuroconv.git && \
# pip install -e .[full]

# Install spikeinterface
RUN pip install spikeinterface[full]==0.100.1
RUN pip install spikeinterface[full]==0.100.2

# Copy files into the container
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion si_mountainsort5/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pynwb
# spikeinterface[full]==0.100.1
# spikeinterface[full]==0.100.2
# spikeinterface_pipelines
# dendro

0 comments on commit 3639897

Please sign in to comment.