Skip to content

Commit 999bca5

Browse files
committed
Require 0.15.6 because 0.15.5's FK is broken
1 parent 6bdf59b commit 999bca5

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
@@ -11,7 +11,7 @@
1111

1212
requirements = [
1313
# Until COMPAS reaches 1.0, we pin major.minor and allow patch version updates
14-
'compas>=0.15,<0.16',
14+
'compas>=0.15.6,<0.16',
1515
'roslibpy>=0.7.1',
1616
'pyserial',
1717
]

0 commit comments

Comments
 (0)