Skip to content

Commit

Permalink
fix: restrict numpy to <2
Browse files Browse the repository at this point in the history
  • Loading branch information
boasvdp committed Jun 17, 2024
1 parent 3d05d8b commit 01c04b9
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 @@ -31,7 +31,7 @@
install_requires=[
'dask',
'mamba',
'numpy',
'numpy<2',
'pandas',
'pip>=19.2.0',
'snakemake>=6.1.0',
Expand Down

0 comments on commit 01c04b9

Please sign in to comment.