Skip to content
Snippets Groups Projects
Commit 6fa0ece4 authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Fixed version of scikit-learn. New versions usage in matid causes problems.

parent 75236d3e
Branches
Tags
1 merge request!44Latest fixes.
Pipeline #48089 passed
...@@ -35,6 +35,7 @@ RUN pip install pandas ...@@ -35,6 +35,7 @@ RUN pip install pandas
RUN pip install h5py RUN pip install h5py
RUN pip install hjson RUN pip install hjson
RUN pip install scipy RUN pip install scipy
RUN pip install scikit-learn==0.20.2
RUN pip install ase==3.15.0 RUN pip install ase==3.15.0
RUN pip install Pint==0.7.2 RUN pip install Pint==0.7.2
RUN pip install matid RUN pip install matid
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment