Skip to content

Commit 3396970

Browse files
committed
Explicit attrs version in req-dev.txt
1 parent 7df15c8 commit 3396970

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
attrs>=19.3.0
12
sphinx_compas_theme>=0.4
23
sphinx>=1.6
34
invoke>=0.14

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
requirements = [
1313
# Until COMPAS reaches 1.0, we pin major.minor and allow patch version updates
1414
'compas>=0.11,<0.14',
15-
'roslibpy>=0.7.1',
15+
'roslibpy>=1.0.0',
1616
'pyserial',
1717
]
1818
keywords_list = ['robotic fabrication', 'digital fabrication', 'architecture', 'robotics', 'ros']

0 commit comments

Comments
 (0)