Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pip keys for: cvxpy, gurobipy, glpk #31402

Merged
merged 3 commits into from
Dec 16, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions rosdep/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1348,6 +1348,16 @@ python-cvxopt:
ubuntu:
'*': null
bionic: [python-cvxopt]
python-cvxpy-pip: &migrate_eol_2025_04_30_python3_cvxpy_pip
debian:
pip:
packages: [cvxpy]
fedora:
pip:
packages: [cvxpy]
ubuntu:
pip:
packages: [cvxpy]
python-cwiid:
arch: [cwiid]
debian: [python-cwiid]
Expand Down Expand Up @@ -1944,6 +1954,16 @@ python-gitpython-pip:
ubuntu:
pip:
packages: [gitpython]
python-glpk-pip: &migrate_eol_2025_04_30_python3_glpk_pip
debian:
pip:
packages: [glpk]
fedora:
pip:
packages: [glpk]
ubuntu:
pip:
packages: [glpk]
python-gnupg:
alpine:
pip:
Expand Down Expand Up @@ -2214,6 +2234,16 @@ python-gtk2:
ubuntu:
'*': null
bionic: [python-gtk2]
python-gurobipy-pip: &migrate_eol_2025_04_30_python3_gurobipy_pip
debian:
pip:
packages: [gurobipy]
fedora:
pip:
packages: [gurobipy]
ubuntu:
pip:
packages: [gurobipy]
python-h5py:
debian: [python-h5py]
gentoo: [dev-python/h5py]
Expand Down Expand Up @@ -6164,6 +6194,7 @@ python3-cryptography:
opensuse: [python3-cryptography]
rhel: ['python%{python3_pkgversion}-cryptography']
ubuntu: [python3-cryptography]
python3-cvxpy-pip: *migrate_eol_2025_04_30_python3_cvxpy_pip
python3-datadog-pip:
ubuntu:
pip:
Expand Down Expand Up @@ -6561,6 +6592,7 @@ python3-gitlab:
xenial:
pip:
packages: [python-gitlab]
python3-glpk-pip: *migrate_eol_2025_04_30_python3_glpk_pip
python3-gnupg:
debian: [python3-gnupg]
fedora: [python3-gnupg]
Expand Down Expand Up @@ -6615,6 +6647,7 @@ python3-grpcio:
'*': [python3-grpcio]
bionic: null
xenial: null
python3-gurobipy-pip: *migrate_eol_2025_04_30_python3_gurobipy_pip
python3-h5py:
debian: [python3-h5py]
fedora: [python3-h5py]
Expand Down