Skip to content

Commit 9fcd7c1

Browse files
llcourageLIT team
authored andcommitted
Change Numpy requirement to version == 2.3.
PiperOrigin-RevId: 771490711
1 parent 4542238 commit 9fcd7c1

File tree

6 files changed

+5
-718
lines changed

6 files changed

+5
-718
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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}

0 commit comments

Comments
 (0)