Skip to content

Commit 24b0ac1

Browse files
authored
baf_kpi: Remove argparse dependency
1 parent 5338db7 commit 24b0ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: baf_kpi/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "baf-kpi"
33
version = "0.2.0" # The version of this python package should be aligned with the version number in "https://github.com/ami-iit/biomechanical-analysis-framework/blob/main/CMakeLists.txt#L10"
44
description = "Python project to compute KPI parameters"
55
license.file = "LICENSE"
6-
dependencies = ["numpy", "matplotlib", "pandas", "scipy", "h5py", "idyntree", "rich", "joblib", "argparse", "meshcat", "resolve-robotics-uri-py"]
6+
dependencies = ["numpy", "matplotlib", "pandas", "scipy", "h5py", "idyntree", "rich", "joblib", "meshcat", "resolve-robotics-uri-py"]
77

88

99
[build-system]

0 commit comments

Comments
 (0)