Skip to content

Commit

Permalink
fix: remove nupy min version dependency
Browse files Browse the repository at this point in the history
I'm not sure why numpy>=1.24.4 would limit 1.25.1 (as seen in the build
system), but trying this.
  • Loading branch information
nsulmol committed Jan 19, 2024
1 parent c492c07 commit 5fd2bfc
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 @@ -11,7 +11,7 @@

# TODO: Move requirements to requirements.txt
requirements = [ # basic
'numpy>=1.24.4',
'numpy',
'toolz', # dask installation failing without this
'cytoolz', # dask installation failing without this
'dask>=2.20.0',
Expand Down

0 comments on commit 5fd2bfc

Please sign in to comment.