Skip to content

Commit 8cd8ecc

Browse files
GuilhermeAsuraGui-FernandesBR
authored andcommitted
build: add 'vedo' as optional dependency for animation
1 parent 45a891e commit 8cd8ecc

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,11 @@ monte-carlo = [
6868
"contextily>=1.0.0; python_version < '3.14'",
6969
]
7070

71-
all = ["rocketpy[env-analysis]", "rocketpy[monte-carlo]"]
71+
animation = [
72+
"vedo>=2024.5.1"
73+
]
74+
75+
all = ["rocketpy[env-analysis]", "rocketpy[monte-carlo]", "rocketpy[animation]"]
7276

7377

7478
[tool.coverage.report]

0 commit comments

Comments
 (0)