Skip to content

Commit

Permalink
Hotfix for incompatible numpy versions in python 3.9 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelHu authored Jun 18, 2024
1 parent 7231d37 commit 0b4b2b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ classifiers = [
]
requires-python = ">=3.9"
dependencies = [
"numpy",
"numpy<2.0 ; python_version <= '3.9'",
"numpy ; python_version >= '3.10'",
"pint",
"pyg4ometry",
"pylegendmeta>=v0.9.0a2",
Expand Down

0 comments on commit 0b4b2b7

Please sign in to comment.