We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f00c402 commit 6c1f74dCopy full SHA for 6c1f74d
1 file changed
setup.py
@@ -355,6 +355,6 @@ def build_cmake(self, extension):
355
cmdclass={
356
'build_ext': CMakeBuild,
357
},
358
- setup_requires=['cmake==3.31.6', 'swig==4.2.1']
+ setup_requires=['cmake', 'swig']
359
)
360
0 commit comments