Skip to content

Commit

Permalink
chore: fix compatbility with poetry 1.8.*
Browse files Browse the repository at this point in the history
  • Loading branch information
Allob committed Apr 22, 2024
1 parent adf6f3b commit fc8934e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 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 @@ -22,7 +22,7 @@ uvicorn = "0.22.0"
influxdb-client = "1.37.0"
langid = "1.1.6"
torch = [
{ version = "^2.0.1", source = "pypi", markers = "sys_platform == 'darwin'" },
{ version = "^2.0.1", markers = "sys_platform == 'darwin'" },
{ version = "^2.0.1+cpu", source = "pytorch", markers = "sys_platform != 'darwin'" },
]
bertopic = "^0.15.0"
Expand Down

0 comments on commit fc8934e

Please sign in to comment.