Skip to content

Commit 7cfd45b

Browse files
committed
modified: .github/workflows/python-package-conda.yml
- Updated scikit-learn version to 1.3.1 to integerate fix from scikit-learn/scikit-learn#27044 modified: environment.yml - Updated scikit-learn version to 1.3.1 to integerate fix from scikit-learn/scikit-learn#27044 modified: requirements.txt - Updated scikit-learn version to 1.3.1 to integerate fix from scikit-learn/scikit-learn#27044
1 parent 833d31e commit 7cfd45b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/python-package-conda.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
conda install tensorflow joblib pytest -y -q
3232
conda install imageio scikit-image -y -q
3333
conda install dlib -y -q
34-
pip install scikit-learn==1.2.2 pandas==1.3.5 markdown coverage
34+
pip install scikit-learn==1.3.1 pandas==1.3.5 markdown coverage
3535
pip install -e .
3636
python -c "import numpy; print('NumPy:', numpy.__version__)"
3737
python -c "import scipy; print('SciPy:', scipy.__version__)"

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- pandas>=1.3.4
88
- pip>=21.3.1
99
- pytest>=6.2.5
10-
- scikit-learn>=1.2.2
10+
- scikit-learn>=1.3.1
1111
- scipy>=1.7.3
1212
- setuptools>=59.4.0
1313
- pip:

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
scipy>=1.2.1
22
numpy>=1.16.2
33
pandas>=0.24.2
4-
scikit-learn>=1.2.2
4+
scikit-learn>=1.3.1
55
matplotlib>=3.0.0
66
joblib>=0.13.2

0 commit comments

Comments
 (0)