We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 521edd0 commit b0b6b69Copy full SHA for b0b6b69
pyproject.toml
@@ -24,8 +24,7 @@ dependencies = [
24
"pandas>=1.1.3;python_version<'3.10'",
25
"pandas>=1.3.4;python_version>='3.10' and python_version<'3.11'",
26
"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'",
+ "scikit-learn>0.24,<2",
29
"scipy>=1.5.4,<2;python_version<'3.10'",
30
"scipy>=1.9.2,<2;python_version>='3.10'",
31
'copulas>=0.9.0,<0.10',
@@ -40,7 +39,7 @@ dependencies = [
40
39
"Chat" = "https://bit.ly/sdv-slack-invite"
41
42
[build-system]
43
-requires = ['setuptools', 'wheel', 'cython == 0.29.24']
+requires = ['setuptools', 'wheel']
44
build-backend = "setuptools.build_meta"
45
46
[project.optional-dependencies]
0 commit comments