Skip to content

Commit 87f6e38

Browse files
committed
lint & dependency updates
1 parent c514e10 commit 87f6e38

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

requirements-dev.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ invoke >=0.14
99
ipykernel
1010
ipython >=5.8
1111
isort
12-
m2r
12+
m2r2
1313
nbsphinx
1414
pydocstyle
15-
pytest >=3.2
15+
pytest <7.1
1616
sphinx_compas_theme >=0.15.18
17-
sphinx >=3.4
17+
sphinx ==4.5
1818
twine
1919
wheel
20+
jinja2 >= 3.0
2021
-e .

src/compas_cgal/booleans.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,9 @@ def boolean_intersection(A, B):
162162
"""
163163
return _boolean(A, B, 'intersection')
164164

165+
165166
@plugin(category='booleans', pluggable_name='split_mesh_mesh')
166167
def split(A, B):
167168
"""
168169
"""
169-
return _boolean(A, B, 'split')
170+
return _boolean(A, B, 'split')

0 commit comments

Comments
 (0)