Skip to content

Commit

Permalink
fix poetry-check error
Browse files Browse the repository at this point in the history
Invalid source "pypi" referenced in dependencies.
  • Loading branch information
dhimmel committed Mar 22, 2024
1 parent 6cf5ff5 commit c9a902b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ rdflib = "^6.2"
fsspec = "^2022.3.0"
numpy = "^1.22"
torch = [
{ version = "^2.0.1", markers = "sys_platform != 'linux'", source = "pypi" },
{ version = "^2.0.1", markers = "sys_platform != 'linux'" },
# Use different src for linux, see: https://pytorch.org/get-started/locally/
{ version = "^2.0.1", markers = "sys_platform == 'linux'", source = "pytorch-cpu-src" },
]
Expand Down

0 comments on commit c9a902b

Please sign in to comment.