Skip to content

Commit

Permalink
require numba 0.57 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- authored Jun 2, 2024
1 parent e302517 commit 8438639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion envs/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- nbmake
- networkx
- notebook
- numba>=0.54
- numba>=0.57
- numexpr
- numpy>=1.19
- openmatrix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies = [
"pandas >= 1.2",
"pyarrow",
"xarray",
"numba >= 0.51.2",
"numba >= 0.57",
"numexpr",
"filelock",
"dask",
Expand Down

0 comments on commit 8438639

Please sign in to comment.