We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c967c99 commit 0f7d07fCopy full SHA for 0f7d07f
pyproject.toml
@@ -50,8 +50,7 @@ version = {attr = 'copulas.__version__'}
50
[project.optional-dependencies]
51
tutorials = [
52
'markupsafe<=2.0.1',
53
- "scikit-learn>=0.24,<1.3.2;python_version<'3.10'",
54
- "scikit-learn>=0.24,<1.5;python_version>='3.10' and python_version<'3.12'",
+ "scikit-learn>=0.24;python_version<'3.12'",
55
"scikit-learn>=1.3.1;python_version>='3.12'",
56
'jupyter>=1.0.0,<2',
57
]
0 commit comments