Skip to content

Commit 2a3595e

Browse files
Merge branch 'main' into feature/getW-R-Link
2 parents 44c8d9a + 51b9301 commit 2a3595e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

baf_kpi/code/baf_kpi/main.py

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import idyntree.bindings as iDynTree
55
from joblib import dump
66
from pathlib import Path
7-
import argparse
87
import json
98
import tkinter as tk
109
from tkinter import filedialog

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)