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 3378160 commit f0ef4ee
Showing 1 changed file with 2 additions and 2 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

0 comments on commit f0ef4ee

Please sign in to comment.