Skip to content

Commit a469d1b

Browse files
peterd-NVstephane-caron
authored andcommitted
remove quadprog default
1 parent af26a9c commit a469d1b

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
numpy
3535
pinocchio>=2.6.4
3636
qpsolvers>=2.7.2
37-
quadprog>=0.1.11
3837
robot_descriptions>=1.9.0
3938
cache-environment: true
4039
post-cleanup: 'all'
@@ -80,7 +79,6 @@ jobs:
8079
pinocchio>=2.6.4
8180
pylint>=2.8.2
8281
qpsolvers>=2.7.2
83-
quadprog>=0.1.11
8482
robot_descriptions>=1.9.0
8583
ruff>=0.4.3
8684
cache-environment: true
@@ -123,7 +121,6 @@ jobs:
123121
python=${{ matrix.python-version }}
124122
pinocchio>=2.6.4
125123
qpsolvers>=2.7.2
126-
quadprog>=0.1.11
127124
robot_descriptions>=1.9.0
128125
cache-environment: true
129126
post-cleanup: 'all'

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ dependencies = [
3030
"numpy >=1.19.0",
3131
"pin >=2.6.3",
3232
"qpsolvers >=4.3.1",
33-
"quadprog >=0.1.11",
3433
]
3534
keywords = ["inverse", "kinematics", "pinocchio"]
3635

0 commit comments

Comments
 (0)