Skip to content

Commit

Permalink
Merge pull request #81 from gyorilab/scikit
Browse files Browse the repository at this point in the history
Constrain scikit-learn version
  • Loading branch information
bgyori authored Jun 12, 2024
2 parents cbb643d + a052ecf commit dbbfd62
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 @@ -15,7 +15,7 @@ maintainers = [
requires-python = ">=3.7"
dependencies = [
"nltk",
"scikit-learn>=1.0",
"scikit-learn>=1.0,<1.5",
"boto3",
"flask",
"appdirs"
Expand Down

0 comments on commit dbbfd62

Please sign in to comment.