Skip to content

Commit

Permalink
Unpin numpy<2 in build requirements
Browse files Browse the repository at this point in the history
and clean up requires for build
  • Loading branch information
pllim committed Nov 21, 2023
1 parent 7c429c4 commit 1fbf3b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[build-system]
requires = ["setuptools>=30.3.0",
"setuptools_scm",
"wheel",
"numpy>=1.25,<2"]
"numpy>=1.25"]
build-backend = "setuptools.build_meta"
3 changes: 0 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ envlist =
twine
bandit
linkcheck
requires =
setuptools >= 30.3.0
pip >= 19.3.1

[testenv]
setenv =
Expand Down

0 comments on commit 1fbf3b3

Please sign in to comment.