Skip to content

Commit

Permalink
Add packaging as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dudoslav authored Aug 5, 2024
1 parent b5f6e76 commit ccc4042
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ dependencies = [
"numpy>=1.19 ; python_version == '3.8' and platform_machine == 'aarch64'",
"numpy>=1.21 ; python_version == '3.8' and platform_machine == 'arm64'",
"numpy>=1.25 ; python_version >= '3.9'",
"packaging",
]
dynamic = ["version"]

Expand Down

0 comments on commit ccc4042

Please sign in to comment.