Skip to content

Commit

Permalink
use pytorch-ie from ArneBinder/pytorch-ie#363
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBinder committed Nov 7, 2023
1 parent 06c6b0e commit 053a2e7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
26 changes: 15 additions & 11 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.9"
pytorch-ie = ">=0.26.0,<0.27.0"
#pytorch-ie = ">=0.26.0,<0.27.0"
pytorch-ie = { git = "https://github.com/ChristophAlt/pytorch-ie.git", branch = "decouple_pie_dataset" }

[tool.poetry.group.dev.dependencies]
torch = {version = "^2.1.0+cpu", source = "pytorch"}
Expand Down

0 comments on commit 053a2e7

Please sign in to comment.