Skip to content

Commit b345869

Browse files
committed
Bump compas dependency to 0.11
1 parent 5e90943 commit b345869

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Unreleased
1818

1919
**Changed**
2020

21+
* Updated to COMPAS 0.11
22+
2123
**Removed**
2224

2325
**Fixed**

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.10,<0.11',
14+
'compas>=0.11,<0.12',
1515
'roslibpy>=0.7',
1616
'pyserial',
1717
]

0 commit comments

Comments
 (0)