Skip to content

Commit bc10b6e

Browse files
committed
experiment w/ setuptools as runtime dep
1 parent 9141d43 commit bc10b6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ classifiers = [
6565
"Topic :: Software Development :: Libraries :: Python Modules",
6666
]
6767
dependencies = [
68+
"setuptools >=64, <74", # XXX: experimenting
6869
"cffi>=1.15",
6970
"numpy>=1.23",
7071
]

0 commit comments

Comments
 (0)