Skip to content

Commit

Permalink
modified: .github/workflows/python-package-conda.yml
Browse files Browse the repository at this point in the history
	- Updated scikit-learn version to 1.3.1

modified:   environment.yml
	- Updated scikit-learn version to 1.3.1

modified:   requirements.txt
	- Updated scikit-learn version to 1.3.1
  • Loading branch information
it176131 committed Mar 30, 2024
1 parent b3827f0 commit 473888a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
conda install tensorflow joblib pytest -y -q
conda install imageio scikit-image -y -q
conda install dlib -y -q
pip install scikit-learn==1.1.3 pandas==1.3.5 markdown coverage
pip install scikit-learn==1.3.1 pandas==1.3.5 markdown coverage
pip install -e .
python -c "import numpy; print('NumPy:', numpy.__version__)"
python -c "import scipy; print('SciPy:', scipy.__version__)"
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- pandas>=1.3.4
- pip>=21.3.1
- pytest>=6.2.5
- scikit-learn>=1.0.1
- scikit-learn>=1.3.1
- scipy>=1.7.3
- setuptools>=59.4.0
- pip:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
scipy>=1.2.1
numpy>=1.16.2
pandas>=0.24.2
scikit-learn>=1.0.2
scikit-learn>=1.3.1
matplotlib>=3.0.0
joblib>=0.13.2

0 comments on commit 473888a

Please sign in to comment.