Skip to content

Commit

Permalink
Remove numpy version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed Jun 18, 2024
1 parent 4b121c5 commit d36b079
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 @@ -13,7 +13,7 @@ def main():
'requests>=2.11', 'lxml', 'ipython', 'future',
'networkx>=3', 'pandas>=2', 'ndex2==2.0.1', 'jinja2',
'protmapper>=0.0.29', 'obonet',
'tqdm', 'pybiopax>=0.0.5', 'numpy<2']
'tqdm', 'pybiopax>=0.0.5']

extras_require = {
# Inputs and outputs
Expand Down

0 comments on commit d36b079

Please sign in to comment.