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 ec499c6 commit 32ffbe6Copy full SHA for 32ffbe6
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<2.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