Skip to content

Commit

Permalink
Update dgl
Browse files Browse the repository at this point in the history
  • Loading branch information
cgerum committed Aug 23, 2024
1 parent 97a6bc8 commit 5ebf2e6
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- '3.12'
include:
- target: hannah
python_version: 3.10 # THis is ignored
python_version: 3.10 # This is ignored


# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
Expand Down
78 changes: 54 additions & 24 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ gdown = {version = "^4.5.3", optional = true}
albumentations = {version = "^1.4.3", optional = true}
kornia = {version = "^0.7.1", optional = true}
lightning = "^2.4.0"
dgl = "1.1.3"
pytorch-lightning = "^2.1.3"
dgl = "2.1.0"
onnx = "^1.16.0"
spox = "^0.12.0"
optree = "^0.11.0"
Expand Down

0 comments on commit 5ebf2e6

Please sign in to comment.