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