Skip to content

Commit

Permalink
Merge pull request #326 from lincc-frameworks/np_ver
Browse files Browse the repository at this point in the history
Removed requirment for numpy version
  • Loading branch information
nevencaplar authored Dec 19, 2023
2 parents d6dde0a + 6b2a6a5 commit e7bea17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers = [
dynamic=["version"]
dependencies = [
'pandas',
'numpy<=1.23.5',
'numpy',
'dask>=2023.6.1',
'dask[distributed]',
'pyarrow',
Expand Down

0 comments on commit e7bea17

Please sign in to comment.