Skip to content

Commit c375252

Browse files
committed
[SymForce] Upgrade requirements
Topic: sf-upgrade Relative: sf-uv
1 parent 9305080 commit c375252

8 files changed

+412
-404
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
- name: Install python dependencies
125125
run: |
126126
PY_MINOR_VERSION=$(python -c "import sys; print(sys.version_info.minor)")
127-
python -m pip install pip==24.0 setuptools==69.5.1
127+
python -m pip install pip==25.0.1 setuptools==75.3.2
128128
python -m pip install -r requirements_dev_py3${PY_MINOR_VERSION}.txt
129129
130130
- name: Run cmake build

.github/workflows/test_editable_pip_install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ubuntu-22.04, ubuntu-24.04, macos-latest]
19-
pip_version: [24.0]
20-
setuptools_version: [69.5.1]
19+
pip_version: [25.0.1]
20+
setuptools_version: [75.3.2]
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v4

0 commit comments

Comments
 (0)