Skip to content

Commit f5c62cd

Browse files
authored
Merge pull request #106 from machine-intelligence-laboratory/bugfix/restore-scikit-learn-version
Restore old scikit-learn version (because we use old Python)
2 parents 0339ce9 + a86cfbd commit f5c62cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pytest==8.1.1
1616
pytest-cov==5.0.0
1717
pytest-rerunfailures==14.0
1818
pytest-timeout==2.3.1
19-
scikit-learn==1.5.0
19+
scikit-learn==1.3.2
2020
scipy==1.10.1
2121
six==1.16.0
2222
strictyaml==1.7.3

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
'plotly==5.20.0',
4141
'protobuf==3.20.3', # BigARTM dependency
4242
'pytest==8.1.1',
43-
'scikit-learn==1.5.0',
43+
'scikit-learn==1.3.2',
4444
'scipy==1.10.1',
4545
'six==1.16.0',
4646
'strictyaml==1.7.3',

0 commit comments

Comments
 (0)