Skip to content

Commit 7f64f3a

Browse files
committed
try fixing paddle version
1 parent 44dae55 commit 7f64f3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.9"]
19+
python-version: ["3.9", "3.10"]
2020

2121
steps:
2222
- uses: actions/checkout@v2

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ scipy>=1.4.1
33
Pillow==9.2.0
44
numpy==1.24.0
55
easydict>=1.7
6-
paddlepaddle==2.5.1
6+
paddlepaddle==2.5.2
77
protobuf==3.20.3
88
torch
99
torch_geometric

0 commit comments

Comments
 (0)