mirror of
https://github.com/openai/harmony.git
synced 2025-08-22 16:17:08 -04:00
cross compile bindings
This commit is contained in:
parent
9f015d0fa9
commit
658206a36e
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ reqwest = { version = "0.12.5", default-features = false, features = [
|
||||||
] }
|
] }
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
clap = { version = "4", features = ["derive"] }
|
clap = { version = "4", features = ["derive"] }
|
||||||
pyo3 = { version = "0.25.0", optional = true, features = ["extension-module"] }
|
pyo3 = { version = "0.25.0", optional = true, features = ["extension-module", "abi3-py38"] }
|
||||||
wasm-bindgen = { version = "0.2.100", optional = true, features = [
|
wasm-bindgen = { version = "0.2.100", optional = true, features = [
|
||||||
"serde-serialize",
|
"serde-serialize",
|
||||||
] }
|
] }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue