Skip to content

Commit 92cfca8

Browse files
author
Vincent Moens
committed
Update
[ghstack-poisoned]
1 parent 03532bc commit 92cfca8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def _main(argv):
181181
),
182182
ext_modules=get_extensions(),
183183
cmdclass={
184-
"build_ext": BuildExtension.with_options(no_python_abi_suffix=True),
184+
"build_ext": BuildExtension.with_options(),
185185
"clean": clean,
186186
},
187187
install_requires=[
@@ -190,7 +190,6 @@ def _main(argv):
190190
"cloudpickle",
191191
"orjson",
192192
"packaging",
193-
"setuptools<77.0.3",
194193
],
195194
extras_require={
196195
"tests": [

0 commit comments

Comments
 (0)