Skip to content

Commit 5aa1c1f

Browse files
committed
update to latest versions of reqs
1 parent dfbb3fd commit 5aa1c1f

26 files changed

+28
-28
lines changed

commands/RV.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
22
# venv: brg-csd
3-
# r: compas_rv>=0.9.3, tessagon
3+
# r: compas_rv>=0.9.4
44

55
import pathlib
66

commands/RV_dem_blocks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
22
# venv: brg-csd
3-
# r: compas_rv>=0.9.3, tessagon
3+
# r: compas_rv>=0.9.4
44

55
import rhinoscriptsyntax as rs # type: ignore
66
from compas_dem.models import BlockModel
@@ -49,7 +49,7 @@ def RunCommand():
4949
scene = Scene()
5050

5151
for block in model.blocks():
52-
scene.add(block.modelgeometry, layer="RV::DEM", disjoint=True)
52+
scene.add(block.modelgeometry, layer="RV::DEM", disjoint=True) # type: ignore
5353

5454
scene.draw()
5555

commands/RV_force.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
22
# venv: brg-csd
3-
# r: compas_rv>=0.9.3, tessagon
3+
# r: compas_rv>=0.9.4
44

55
import rhinoscriptsyntax as rs # type: ignore
66

commands/RV_force_modify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
22
# venv: brg-csd
3-
# r: compas_rv>=0.9.3, tessagon
3+
# r: compas_rv>=0.9.4
44

55
import rhinoscriptsyntax as rs # type: ignore
66

commands/RV_force_solve.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
22
# venv: brg-csd
3-
# r: compas_rv>=0.9.3, tessagon
3+
# r: compas_rv>=0.9.4
44

55
import rhinoscriptsyntax as rs # type: ignore
66

commands/RV_form.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
22
# venv: brg-csd
3-
# r: compas_rv>=0.9.3, tessagon
3+
# r: compas_rv>=0.9.4
44

55
import rhinoscriptsyntax as rs # type: ignore
66

commands/RV_form_modify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
22
# venv: brg-csd
3-
# r: compas_rv>=0.9.3, tessagon
3+
# r: compas_rv>=0.9.4
44

55
import rhinoscriptsyntax as rs # type: ignore
66

commands/RV_form_solve.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
22
# venv: brg-csd
3-
# r: compas_rv>=0.9.3, tessagon
3+
# r: compas_rv>=0.9.4
44

55
import rhinoscriptsyntax as rs # type: ignore
66

commands/RV_pattern.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
22
# venv: brg-csd
3-
# r: compas_rv>=0.9.3, tessagon
3+
# r: compas_rv>=0.9.4
44

55
import rhinoscriptsyntax as rs # type: ignore
66

commands/RV_pattern_boundaries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
22
# venv: brg-csd
3-
# r: compas_rv>=0.9.3, tessagon
3+
# r: compas_rv>=0.9.4
44

55

66
import rhinoscriptsyntax as rs # type: ignore

0 commit comments

Comments
 (0)