Skip to content

Commit

Permalink
Add upper pins on NumPy
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay committed Aug 15, 2023
1 parent dc08e07 commit 2aa9c59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ maintainers = [
]
requires-python = ">=3.9"
dependencies = [
'numpy>=1.22.3',
'numpy>=1.22.3,<2.0',
'biopython>=1.80',
'networkx>=2.0',
'GridDataFormats>=0.4.0',
Expand Down
2 changes: 1 addition & 1 deletion package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ def long_description(readme):
exts, cythonfiles = extensions(config)

install_requires = [
'numpy>=1.22.3',
'numpy>=1.22.3,<2.0',
'biopython>=1.80',
'networkx>=2.0',
'GridDataFormats>=0.4.0',
Expand Down

0 comments on commit 2aa9c59

Please sign in to comment.