Skip to content

Commit 60b9f11

Browse files
committed
Require setuptools < 82, because v82 incompatibly removed pkg_resources
1 parent 54aeb22 commit 60b9f11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
# Must be kept in sync with `requirements.txt`
33
requires = [
4-
"setuptools >= 46.0.0",
4+
"setuptools >= 46.0.0, <82",
55
"setuptools_scm >= 2.0.0, <3"
66
]
77
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)