Skip to content

Commit

Permalink
Allow numpy > 2, no effect on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamtaranto committed Jan 5, 2025
1 parent 4a9b9a6 commit 1f8a60b
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 @@ -51,7 +51,7 @@ dependencies = [
"more-itertools",
"natsort",
"networkx",
"numpy<2",
"numpy",
"ortools",
"pybedtools",
"pyefd",
Expand Down

0 comments on commit 1f8a60b

Please sign in to comment.