Skip to content

Commit 08d2687

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

File tree

7 files changed

+13
-717
lines changed

7 files changed

+13
-717
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 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,9 +46,9 @@ 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.1
5050
- name: Install LIT package with testing dependencies
51-
run: python -m pip install -e '.[test]'
51+
run: python -m pip install -e '.[test]' --use-deprecated=legacy-resolver
5252
- name: Debug dependency tree
5353
run: |
5454
python -m pip install pipdeptree

0 commit comments

Comments
 (0)