Skip to content

Commit

Permalink
set lower bound for numpy to 1.24. #72
Browse files Browse the repository at this point in the history
  • Loading branch information
nmandery committed Dec 20, 2024
1 parent d1eb5bb commit 12adace
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion h3ronpy/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ select = [
name = "h3ronpy"
readme = "../README.rst"

dependencies = ["numpy", "arro3-core>=0.4"]
dependencies = [
"numpy>=1.24",
"arro3-core>=0.4"
]
classifiers = [
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering :: GIS",
Expand Down

0 comments on commit 12adace

Please sign in to comment.