Skip to content

Commit

Permalink
packages upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
allaffa committed Feb 24, 2024
1 parent 6635212 commit 6bb4f4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: [3.7, 3.8]
python: [3.9]

steps:
- name: Setup Python
Expand Down
2 changes: 1 addition & 1 deletion requirements-torchdep.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch-geometric>=1.7.2 #required for GATv2
torch-geometric>=2.5.2
torch-scatter
torch-sparse
torch-cluster
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
click==8.0.0
pickle5
matplotlib
torch==1.13
torch>=2.2.1
ase
tqdm
tensorboard
Expand Down

0 comments on commit 6bb4f4f

Please sign in to comment.