Skip to content

Commit b992f87

Browse files
committed
Trying to set version
1 parent b0b6b69 commit b992f87

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ 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",
27+
"scikit-learn>=0.24,<2;python_version<='3.10'",
28+
"scikit-learn>=1.1.3,<2;python_version>='3.11'",
2829
"scipy>=1.5.4,<2;python_version<'3.10'",
2930
"scipy>=1.9.2,<2;python_version>='3.10'",
3031
'copulas>=0.9.0,<0.10',
@@ -39,7 +40,7 @@ dependencies = [
3940
"Chat" = "https://bit.ly/sdv-slack-invite"
4041

4142
[build-system]
42-
requires = ['setuptools', 'wheel']
43+
requires = ['setuptools', 'wheel', 'cython==0.29.24']
4344
build-backend = "setuptools.build_meta"
4445

4546
[project.optional-dependencies]

0 commit comments

Comments
 (0)