Skip to content

Commit

Permalink
fix numba to minimum version 0.61
Browse files Browse the repository at this point in the history
  • Loading branch information
jensdebruijn committed Jan 22, 2025
1 parent ba49a6b commit 32e4a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"openpyxl",
"geopandas",
"numpy",
"numba",
"numba>=0.61.0",
"tornado",
"python-dateutil",
"rasterio",
Expand Down

0 comments on commit 32e4a28

Please # to comment.