Skip to content

Commit

Permalink
Merge pull request #4583 from neutrinoceros/drop_wheel_req
Browse files Browse the repository at this point in the history
BLD: explicitly specify build-backend
  • Loading branch information
Xarthisius committed Aug 7, 2023
2 parents f322e98 + a31ef02 commit 9539524
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@
requires = [
"setuptools>=61.2",
"importlib_resources>=1.3;python_version < '3.9'",
# see https://github.com/numpy/numpy/pull/18389
"wheel>=0.36.2",

# see https://github.com/yt-project/yt/issues/4044
"Cython>=3.0, <3.1",
"oldest-supported-numpy",
"ewah-bool-utils>=1.0.2",
]
build-backend = "setuptools.build_meta:__legacy__"

[project]
name = "yt"
Expand Down

0 comments on commit 9539524

Please sign in to comment.