Skip to content

Commit

Permalink
fix tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Jun 24, 2024
1 parent 321c8af commit 2d192e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ version = {attr = 'copulas.__version__'}
[project.optional-dependencies]
tutorials = [
'markupsafe<=2.0.1',
"scikit-learn>=0.24,<1.2;python_version<'3.10'",
"scikit-learn>=0.24,<1.3.2;python_version<'3.10'",
"scikit-learn>=0.24,<1.5;python_version>='3.10' and python_version<'3.12'",
"scikit-learn>=1.3.1;python_version>='3.12'",
'jupyter>=1.0.0,<2',
Expand Down

0 comments on commit 2d192e0

Please sign in to comment.