Skip to content

Commit

Permalink
fix dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBinder committed Apr 17, 2024
1 parent 28631ea commit 2522721
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ datasets = ">=2.14.0,<2.16.0"
pyarrow = "^13"

[tool.poetry.group.dev.dependencies]
pytorch-ie = {version = ">=0.30.2,<0.31.0", optional = true}
pie-modules = ">=0.10.8,<0.12.0"
pytorch-ie = {version = ">=0.30.3,<0.31.0", optional = true}
pie-modules = ">=0.11.1,<0.12.0"
torch = {version = "^2.1.0+cpu", source = "pytorch"}
pytest = "^7.4.2"
pytest-cov = "^4.1.0"
Expand Down

0 comments on commit 2522721

Please sign in to comment.