Skip to content

Commit

Permalink
remove numpy<2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeliza committed Sep 26, 2024
1 parent b2344df commit a598b9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ extend-select = [
"PGH", # pygrep-hooks
"RUF", # Ruff-specific
"UP", # pyupgrade
"NPY201", # numpy 2.0
]

[tool.mypy]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ url = https://github.com/melizalab/py-ewave
py_modules = ewave
python_requires = >= 3.7
install_requires =
numpy>=1.19.5,<2
numpy>=1.19.5
test_suite = test_ewave

[options.extras_require]
Expand Down

0 comments on commit a598b9f

Please sign in to comment.