Skip to content

Commit

Permalink
sklearn 0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelklee committed Apr 29, 2021
1 parent 68d3745 commit 17cadfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/gatkcondaenv.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies:
# if you wish to update, note that versions of conda-forge::keras after 2.2.5
# undesirably set the environment variable KERAS_BACKEND = theano by default
- defaults::intel-openmp=2019.4
- conda-forge::scikit-learn=0.24.2
- conda-forge::scikit-learn=0.23.1
- conda-forge::matplotlib=3.2.1
- conda-forge::pandas=1.0.3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public Object[][] getDataPackagePresent() {
{ "pymc3", "3.1" },
{ "keras", "2.2.4" },
{ "h5py", "2.10.0" },
{ "sklearn", "0.24.2" },
{ "sklearn", "0.23.1" },
{ "matplotlib", "3.2.1" },
{ "pandas", "1.0.3" },
{ "argparse", null },
Expand Down

0 comments on commit 17cadfa

Please sign in to comment.