Skip to content

Commit

Permalink
Fix syntax for specifying versions in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
santisoler committed Jun 17, 2024
1 parent a337072 commit 41c4004
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 @@ -29,7 +29,7 @@ classifiers = [
]
requires-python = ">=3.9"
dependencies = [
"numpy >= 1.23 < 2.0.0",
"numpy >= 1.23, < 2.0.0",
"pandas >= 1.4",
"scipy >= 1.9",
"scikit-learn >= 1.0",
Expand Down

0 comments on commit 41c4004

Please sign in to comment.