Skip to content

Commit 7fc2e8a

Browse files
update tna reqs
1 parent bd5c4f1 commit 7fc2e8a

29 files changed

Lines changed: 29 additions & 29 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# RhinoVAULT
22

33
> [!NOTE]
4-
> The current version of RhinoVAULT on the Rhino Yak package server is `0.5.34.9081`.
4+
> The current version of RhinoVAULT can be downloaded through the Rhino Yak package.
55
> Note that this is still a pre-release!
66
77
![RhinoVAULT](compas-RV.jpg)

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.10.0
3+
# r: compas_rv>=0.10.1
44

55
import pathlib
66

commands/RV_dem_blocks.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.10.0
3+
# r: compas_rv>=0.10.1
44

55
import rhinoscriptsyntax as rs # type: ignore
66
from compas_dem.models import BlockModel

commands/RV_envelope.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.10.0
3+
# r: compas_rv>=0.10.1
44

55
import rhinoscriptsyntax as rs # type: ignore
66

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.10.0
3+
# r: compas_rv>=0.10.1
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.10.0
3+
# r: compas_rv>=0.10.1
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.10.0
3+
# r: compas_rv>=0.10.1
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.10.0
3+
# r: compas_rv>=0.10.1
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.10.0
3+
# r: compas_rv>=0.10.1
44

55
import rhinoscriptsyntax as rs # type: ignore
66

commands/RV_loads.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.10.0
3+
# r: compas_rv>=0.10.1
44

55
import rhinoscriptsyntax as rs # type: ignore
66

0 commit comments

Comments
 (0)