mirror of
https://github.com/openai/harmony.git
synced 2025-08-22 16:17:08 -04:00
Merge pull request #13 from michaelfeil/mf/fix-bindings
enable abi3-py38
This commit is contained in:
commit
4e5c2f673b
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"
|
||||
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 = [
|
||||
"serde-serialize",
|
||||
] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue