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 e0e6a65 commit 5888d1fCopy full SHA for 5888d1f
setup.py
@@ -45,6 +45,6 @@
45
46
# Build CFFI Interface
47
cffi_modules=["rig_routing_tables/cffi_compile.py:ffi"],
48
- setup_requires=["cffi>=1.0.0", "rig>=1.0.0"],
+ setup_requires=["cffi>=1.0.0", "rig>=1.0.0, <2.0.0"],
49
install_requires=["cffi>=1.0.0"],
50
)
0 commit comments