Skip to content

Commit

Permalink
update scipy version via sklearn (#804)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherGS authored Feb 20, 2022
1 parent 5e6560c commit 8db5879
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
numpy>=1.20.0,<1.21.0
pandas>=1.3.5,<1.4.0
pydantic>=1.8.1,<1.9.0
scikit-learn>=0.24.0,<0.25.0
scikit-learn>=1.0.2,<1.1.0
strictyaml>=1.3.2,<1.4.0
ruamel.yaml==0.16.12
feature-engine>=1.0.2,<1.1.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.2
4.0.3
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
numpy>=1.20.0,<1.21.0
pandas>=1.3.5,<1.4.0
pydantic>=1.8.1,<1.9.0
scikit-learn>=0.24.0,<0.25.0
scikit-learn>=1.0.2,<1.1.0
strictyaml>=1.3.2,<1.4.0
ruamel.yaml==0.16.12
feature-engine>=1.0.2,<1.1.0
Expand Down

0 comments on commit 8db5879

Please sign in to comment.