Skip to content

Commit 5888d1f

Browse files
committed
fixup! What is setup.py doing with the Rig versioning???
1 parent e0e6a65 commit 5888d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545

4646
# Build CFFI Interface
4747
cffi_modules=["rig_routing_tables/cffi_compile.py:ffi"],
48-
setup_requires=["cffi>=1.0.0", "rig>=1.0.0"],
48+
setup_requires=["cffi>=1.0.0", "rig>=1.0.0, <2.0.0"],
4949
install_requires=["cffi>=1.0.0"],
5050
)

0 commit comments

Comments
 (0)