Skip to content

Commit

Permalink
update pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Jul 15, 2024
1 parent c967c99 commit b125ceb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ version = {attr = 'copulas.__version__'}
[project.optional-dependencies]
tutorials = [
'markupsafe<=2.0.1',
"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>=0.24;python_version<'3.12'",
"scikit-learn>=1.3.1;python_version>='3.12'",
'jupyter>=1.0.0,<2',
]
Expand Down

0 comments on commit b125ceb

Please sign in to comment.