Skip to content

Commit 7fc2488

Browse files
authored
Merge pull request #11 from SpikeInterface/update_tridesclous
tridesclous 1.6.3
2 parents 671b154 + d14ea4d commit 7fc2488

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

tridesclous/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ RUN pip install scipy numpy pandas scikit-learn matplotlib seaborn tqdm openpyxl
99
RUN pip install h5py
1010
RUN pip install loky
1111

12-
RUN pip install tridesclous==1.6.1
12+
RUN pip install tridesclous==1.6.3

tridesclous/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
docker build -t spikeinterface/tridesclous-base:1.6.1 .
3+
docker build -t spikeinterface/tridesclous-base:1.6.3 .

tridesclous/push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
docker push spikeinterface/tridesclous-base:1.6.1
3+
docker push spikeinterface/tridesclous-base:1.6.3

0 commit comments

Comments
 (0)