Skip to content

Commit

Permalink
unpin numpy from above, pin numba >= 0.58.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Oct 21, 2023
1 parent 5f7651a commit fa0a6bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ dependencies = [
"pyarrow>=6.0.0",
"fsspec",
"matplotlib>=3",
"numba>=0.58.0",
"numpy>=1.22.0,<1.26", # < 1.26 for numba 0.58 series
"numba>=0.58.1",
"numpy>=1.22.0",
"scipy>=1.1.0",
"tqdm>=4.27.0",
"lz4",
Expand Down

0 comments on commit fa0a6bb

Please sign in to comment.