Skip to content

Commit

Permalink
Remove numba version pin
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 committed May 9, 2023
1 parent 464ba0d commit 0426a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
install_requires = [
'dask',
'fsspec',
'numba==0.57.0',
'numba',
'pandas',
'param',
'pyarrow >=1.0',
Expand Down

0 comments on commit 0426a7e

Please sign in to comment.