Skip to content

Commit a86cfbd

Browse files
committed
restore old scikit learn versions
1 parent 0339ce9 commit a86cfbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)