Skip to content

Commit

Permalink
Update dependencies for candle-pyo3 package
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayballal95 committed Apr 15, 2024
1 parent b544962 commit de4e09b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ candle-transformers = { git = "https://github.com/huggingface/candle.git", versi
candle-core = { git = "https://github.com/huggingface/candle.git", version = "0.5.0", features = ["mkl"] }
anyhow = "1.0.81"
intel-mkl-src = "0.8.1"
candle-pyo3 = { git = "https://github.com/huggingface/candle.git", version = "0.5.0" }
tokio = {version = "1.37.0", features=["rt-multi-thread"]}
pyo3 = { version = "0.21" }

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ license = {file = "LICENSE"}
features = ["pyo3/extension-module"]
include = [{path = "lib/*.dll", format = ["sdist", "wheel"]}]
python-source = "python"

[project.urls]
Homepage = "https://github.com/StarlightSearch/EmbedAnything/tree/main"

0 comments on commit de4e09b

Please sign in to comment.