Skip to content

Commit 2422fdd

Browse files
authored
Merge pull request #47 from SpikeInterface/tdc-fix
Update TDC Dockerfile
2 parents 965af2d + 674e749 commit 2422fdd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tridesclous/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ RUN pip install --no-input pip==21.2.4
99
RUN apt-get update && apt-get install -y libgl1-mesa-glx
1010

1111
# need to force some version
12-
RUN pip install numpy==1.20
12+
RUN pip install numpy==1.21
1313
RUN pip install numba
14-
RUN pip install git+https://github.com/scikit-learn-contrib/hdbscan.git
14+
RUN pip install hdbscan
1515

1616

1717
RUN pip install Cython

0 commit comments

Comments
 (0)