Skip to content

Commit 1d0dfc4

Browse files
committed
control reqs from rv package
1 parent eb2909f commit 1d0dfc4

23 files changed

+47
-48
lines changed

commands/RV.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
2-
# venv: rhinovault
3-
# r: compas_session==0.4.5, compas_rui==0.4.2, compas_tna==0.5.2, compas_rv==0.5.0
2+
# venv: brg-csd
3+
# r: compas_rv>=0.5.0
44

55
import pathlib
66

commands/RV_force.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
2-
# venv: rhinovault
3-
# r: compas_session==0.4.5, compas_rui==0.4.2, compas_tna==0.5.2, compas_rv==0.5.0
2+
# venv: brg-csd
3+
# r: compas_rv>=0.5.0
44

55

66
import rhinoscriptsyntax as rs # type: ignore

commands/RV_force_modify.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
2-
# venv: rhinovault
3-
# r: compas_session==0.4.5, compas_rui==0.4.2, compas_tna==0.5.2, compas_rv==0.5.0
2+
# venv: brg-csd
3+
# r: compas_rv>=0.5.0
44

55
import rhinoscriptsyntax as rs # type: ignore
66

commands/RV_force_solve.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
2-
# venv: rhinovault
3-
# r: compas_session==0.4.5, compas_rui==0.4.2, compas_tna==0.5.2, compas_rv==0.5.0
2+
# venv: brg-csd
3+
# r: compas_rv>=0.5.0
44

55
import rhinoscriptsyntax as rs # type: ignore
66

commands/RV_form.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
2-
# venv: rhinovault
3-
# r: compas_session==0.4.5, compas_rui==0.4.2, compas_tna==0.5.2, compas_rv==0.5.0
2+
# venv: brg-csd
3+
# r: compas_rv>=0.5.0
44

55
import rhinoscriptsyntax as rs # type: ignore
66

commands/RV_form_modify.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
2-
# venv: rhinovault
3-
# r: compas_session==0.4.5, compas_rui==0.4.2, compas_tna==0.5.2, compas_rv==0.5.0
2+
# venv: brg-csd
3+
# r: compas_rv>=0.5.0
44

55
import rhinoscriptsyntax as rs # type: ignore
66

commands/RV_form_solve.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
2-
# venv: rhinovault
3-
# r: compas_session==0.4.5, compas_rui==0.4.2, compas_tna==0.5.2, compas_rv==0.5.0
2+
# venv: brg-csd
3+
# r: compas_rv>=0.5.0
44

55
import rhinoscriptsyntax as rs # type: ignore
66

commands/RV_pattern.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
2-
# venv: rhinovault
3-
# r: compas_session==0.4.5, compas_rui==0.4.2, compas_tna==0.5.2, compas_rv==0.5.0
2+
# venv: brg-csd
3+
# r: compas_rv>=0.5.0
44

55
import rhinoscriptsyntax as rs # type: ignore
66

commands/RV_pattern_boundaries.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
2-
# venv: rhinovault
3-
# r: compas_session==0.4.5, compas_rui==0.4.2, compas_tna==0.5.2, compas_rv==0.5.0
2+
# venv: brg-csd
3+
# r: compas_rv>=0.5.0
44

55

66
import rhinoscriptsyntax as rs # type: ignore

commands/RV_pattern_modify.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! python3
2-
# venv: rhinovault
3-
# r: compas_session==0.4.5, compas_rui==0.4.2, compas_tna==0.5.2, compas_rv==0.5.0
2+
# venv: brg-csd
3+
# r: compas_rv>=0.5.0
44

55
import rhinoscriptsyntax as rs # type: ignore
66

0 commit comments

Comments
 (0)