Skip to content

Commit

Permalink
Remove unnecessary dependency (#260)
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Heitzmann Gabrielli <[email protected]>
  • Loading branch information
heitzmann committed Jul 8, 2024
1 parent 862f9cc commit 71cc37e
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 @@ -28,8 +28,7 @@ classifiers = [
]
license = {file = "LICENSE"}
dependencies = [
"numpy; platform_system=='Darwin'",
"oldest-supported-numpy; platform_system!='Darwin'",
"numpy",
"typing_extensions; python_version < '3.11'"
]
requires-python = ">=3.9"
Expand Down

0 comments on commit 71cc37e

Please sign in to comment.