Skip to content

Commit

Permalink
updating for torch poetry issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathanjp91 committed Nov 14, 2023
1 parent 0654ad5 commit c3cfa50
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 91 deletions.
134 changes: 48 additions & 86 deletions poetry.lock

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

7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@ darwin = "darwin.cli:main"
"__init__.py" = ["E402", "F401"]
"**/{tests,docs,tools}/*" = ["E402", "F403"]

[tool.poetry.dependencies.dataclasses]
markers = "python_version < \"3.7\""
version = "^0.8"

[tool.poetry.dependencies.nibabel]
version = "^5.0.0"
Expand All @@ -136,11 +133,11 @@ python = ">=3.8"
optional = true

[tool.poetry.dependencies.torch]
version = "^2.1.0"
version = "^2.0.0"
optional = true

[tool.poetry.dependencies.torchvision]
version = "^0.16.0"
version = "^0.15.0"
optional = true

[tool.poetry.dependencies.black]
Expand Down

0 comments on commit c3cfa50

Please sign in to comment.