Skip to content

Commit

Permalink
Updated scikit-learn version (#233)
Browse files Browse the repository at this point in the history
* Updated scikit-learn version

Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>

* Added choosing version based on python

Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>

---------

Signed-off-by: Elena Khaustova <ymax70rus@gmail.com>
  • Loading branch information
ElenaKhaustova authored Aug 12, 2024
1 parent 75908ef commit 4602050
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ pytest-cov~=3.0
pytest-mock>=1.7.1, <2.0
pytest~=7.2
ruff~=0.1.8
scikit-learn~=1.0
scikit-learn~=1.5.1; python_version >= "3.9"
scikit-learn<=1.4.0,>=1.0; python_version < "3.9"
seaborn~=0.12.1
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ pytest-cov~=3.0
pytest-mock>=1.7.1, <2.0
pytest~=7.2
ruff~=0.1.8
scikit-learn~=1.0
scikit-learn~=1.5.1; python_version >= "3.9"
scikit-learn<=1.4.0,>=1.0; python_version < "3.9"
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ pytest-cov~=3.0
pytest-mock>=1.7.1, <2.0
pytest~=7.2
ruff~=0.1.8
scikit-learn~=1.0
scikit-learn~=1.5.1; python_version >= "3.9"
scikit-learn<=1.4.0,>=1.0; python_version < "3.9"
seaborn~=0.12.1
setuptools; python_version >= "3.12"
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ pytest-cov~=3.0
pytest-mock>=1.7.1, <2.0
pytest~=7.2
ruff~=0.1.8
scikit-learn~=1.0
scikit-learn~=1.5.1; python_version >= "3.9"
scikit-learn<=1.4.0,>=1.0; python_version < "3.9"

0 comments on commit 4602050

Please sign in to comment.