Skip to content

Commit 89f363e

Browse files
llcourageLIT team
authored andcommitted
Delete the image_gradient_maps module.
PiperOrigin-RevId: 790496933
1 parent 4542238 commit 89f363e

File tree

7 files changed

+12
-716
lines changed

7 files changed

+12
-716
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
node-version: [18]
36-
python-version: ["3.9", "3.10", "3.11"]
36+
python-version: ["3.11"]
3737
defaults:
3838
run:
3939
shell: bash -l {0}
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
python-version: ${{ matrix.python-version }}
4848
- name: Upgrade pip
49-
run: python -m pip install --upgrade pip==23.2
49+
run: python -m pip install --upgrade pip==25.1.2
5050
- name: Install LIT package with testing dependencies
5151
run: python -m pip install -e '.[test]'
5252
- name: Debug dependency tree

0 commit comments

Comments
 (0)