Skip to content

Commit 174909e

Browse files
committed
Require scikit-learn instead of sklearn package
Fixes project-codeflare#48
1 parent 583bd0c commit 174909e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

requirements.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
ray~=1.3.0
22
setuptools~=52.0.0
3-
sklearn~=0.0
43
scikit-learn~=0.24.1
54
pandas~=1.2.4
65
pytest~=6.2.4
76
numpy~=1.18.5
87
pickle5~=0.0.11
9-
graphviz~=0.16
8+
graphviz~=0.16

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
install_requires=[
4242
'ray[default,serve,k8s]>=1.3.0',
4343
'setuptools>=52.0.0',
44-
'sklearn>=0.0',
4544
'scikit-learn>=0.24.1',
4645
'pandas>=1.2.4',
4746
'numpy>=1.18.5',
@@ -69,4 +68,4 @@
6968
'Bug Reports': 'https://github.com/project-codeflare/codeflare/issues',
7069
'Source': 'https://github.com/project-codeflare/codeflare',
7170
},
72-
)
71+
)

0 commit comments

Comments
 (0)