Skip to content
Snippets Groups Projects

Removed version fix from scikit-learn.

Merged Markus Scheidgen requested to merge sklearn-version into v0.9.8
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -47,7 +47,7 @@ RUN pip install pandas
RUN pip install h5py
RUN pip install hjson
RUN pip install scipy
RUN pip install scikit-learn==0.20.2
RUN pip install scikit-learn
RUN pip install ase==3.19.0
RUN pip install Pint
RUN pip install matid
Loading