Skip to content

Commit

Permalink
Fix project dependency typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ajelenak committed Aug 4, 2024
1 parent 4dab099 commit ebeef83
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 @@ -23,7 +23,7 @@ dependencies = [
"numpy >= 2.0",
"jsonschema >=4.4.0",
"tomli; python_version<'3.11'",
"numpy >=1.20,<2.0.0; python_version='3.8'",
"numpy >=1.20,<2.0.0; python_version=='3.8'",
]
dynamic = ["version"]

Expand Down

0 comments on commit ebeef83

Please sign in to comment.