Skip to content

Commit b0b6b69

Browse files
committed
Testing bumping up scikit-learn
1 parent 521edd0 commit b0b6b69

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ dependencies = [
2424
"pandas>=1.1.3;python_version<'3.10'",
2525
"pandas>=1.3.4;python_version>='3.10' and python_version<'3.11'",
2626
"pandas>=1.5.0;python_version>='3.11'",
27-
"scikit-learn>=0.24,<2;python_version<='3.10'",
28-
"scikit-learn>=1.1.3,<2;python_version>='3.11'",
27+
"scikit-learn>0.24,<2",
2928
"scipy>=1.5.4,<2;python_version<'3.10'",
3029
"scipy>=1.9.2,<2;python_version>='3.10'",
3130
'copulas>=0.9.0,<0.10',
@@ -40,7 +39,7 @@ dependencies = [
4039
"Chat" = "https://bit.ly/sdv-slack-invite"
4140

4241
[build-system]
43-
requires = ['setuptools', 'wheel', 'cython == 0.29.24']
42+
requires = ['setuptools', 'wheel']
4443
build-backend = "setuptools.build_meta"
4544

4645
[project.optional-dependencies]

0 commit comments

Comments
 (0)