Skip to content

Commit

Permalink
MNT: Set the min numba version to 0.57 since there is a bug 0.56 that…
Browse files Browse the repository at this point in the history
… prevents the fill_depressions function in py3dep from being compiled. [skip ci]
  • Loading branch information
Taher Chegini committed Apr 28, 2024
1 parent 59ebdfb commit 2bd46c2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ci/requirements/environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies:
- scipy
- xarray >=2023.01
# optional deps
- numba
- numba>=0.57
- numbagg

# py3dep
Expand Down Expand Up @@ -98,7 +98,7 @@ dependencies:
- shapely >=2
- xarray >=2023.01
# optional deps
- numba
- numba>=0.57

# pygridmet deps
# - async-retriever
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencies:

# optional deps to speed up xarray and pydaymet
- bottleneck
- numba
- numba>=0.57

# test deps
- pyarrow>=1.0.1
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies = [
]
[project.optional-dependencies]
speedup = [
"numba",
"numba>=0.57",
]
stac = [
"dask",
Expand Down Expand Up @@ -237,7 +237,7 @@ testpaths = [
"pydaymet"
]
markers = [
"speedup: Tests that require numba",
"speedup: Tests that require numba>=0.57",
]

[tool.coverage.report]
Expand Down

0 comments on commit 2bd46c2

Please sign in to comment.