Skip to content

Commit 75f27f0

Browse files
authored
Test new tensorflow version
1 parent effa1c1 commit 75f27f0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ jobs:
2020
python-version: "3.9"
2121
- ml-deps: "torch==1.13.0+cpu torchvision==0.14.0+cpu torchdata==0.5.0 tensorflow-cpu==2.13.0"
2222
python-version: "3.9"
23+
- ml-deps: "torch==1.13.0+cpu torchvision==0.14.0+cpu torchdata==0.5.0 tensorflow-cpu==2.14.0"
24+
python-version: "3.9"
25+
- ml-deps: "torch==1.13.0+cpu torchvision==0.14.0+cpu torchdata==0.5.0 tensorflow-cpu==2.15.0"
26+
python-version: "3.9"
27+
- ml-deps: "torch==1.13.0+cpu torchvision==0.14.0+cpu torchdata==0.5.0 tensorflow-cpu==2.16.0"
28+
python-version: "3.9"
29+
- ml-deps: "torch==1.13.0+cpu torchvision==0.14.0+cpu torchdata==0.5.0 tensorflow-cpu==2.17.0"
30+
python-version: "3.9"
2331

2432
env:
2533
run_coverage: ${{ github.ref == 'refs/heads/master' }}

0 commit comments

Comments
 (0)