Skip to content

Commit

Permalink
separate linux and windows dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mikel-brostrom committed May 12, 2024
1 parent 44fc0c4 commit d4df05d
Show file tree
Hide file tree
Showing 2 changed files with 171 additions and 2 deletions.
172 changes: 171 additions & 1 deletion poetry.lock

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

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ torch = [
torchvision = [
{version = "^0.17.1", source="pypi", markers = "sys_platform == 'darwin'"},
{version = "^0.17.1", source = "torchcpu", markers = "sys_platform == 'linux'"},
{version = "^0.17.1", source = "torchcpu", markers = "sys_platform == 'win32'"}
]

[[tool.poetry.source]]
Expand Down

0 comments on commit d4df05d

Please sign in to comment.