Skip to content

Commit 0f7d07f

Browse files
authored
Add support for scikit-learn 1.5.0 (#417)
1 parent c967c99 commit 0f7d07f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ version = {attr = 'copulas.__version__'}
5050
[project.optional-dependencies]
5151
tutorials = [
5252
'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'",
53+
"scikit-learn>=0.24;python_version<'3.12'",
5554
"scikit-learn>=1.3.1;python_version>='3.12'",
5655
'jupyter>=1.0.0,<2',
5756
]

0 commit comments

Comments
 (0)