Skip to content

Commit

Permalink
Use only one version on numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
dudoslav committed May 24, 2024
1 parent dfb32b8 commit e160a89
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,7 @@ classifiers=[
"Programming Language :: Python :: 3.12",
]
dependencies = [
"numpy==1.17.*,<2.0 ; python_version == '3.8' and platform_machine != 'aarch64'",
"numpy==1.19.4,<2.0 ; python_version == '3.9' and platform_machine != 'aarch64'",
"numpy==1.20.*,<2.0 ; python_version < '3.10' and platform_machine == 'aarch64'",
"numpy==1.21.*,<2.0 ; python_version == '3.10'",
"numpy>=1.23.2,<2.0 ; python_version >= '3.11'",
"numpy",
]
dynamic = ["version"]

Expand Down

0 comments on commit e160a89

Please sign in to comment.