Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithWittmann committed Oct 21, 2023
1 parent 7a441c0 commit 4566d55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -13,7 +13,7 @@ pre-commit = "^3.4.0"
typer = "^0.9.0"
networkx = "^3.1"
matplotlib = "^3.8.0"
torch = ">=2.0.0, !=2.0.1"
torch = "^2.1.0"


[tool.poetry.group.dev.dependencies]
Expand All @@ -22,6 +22,7 @@ pyinstrument = "^4.5.3"
black = "^23.9.1"
numpy = "^1.26.0"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit 4566d55

Please sign in to comment.