Skip to content

Commit

Permalink
Upgrading pyo3 to 0.21. (huggingface#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil authored Apr 15, 2024
1 parent ff643a8 commit ebf453b
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 83 deletions.
8 changes: 4 additions & 4 deletions bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "safetensors-python"
version = "0.4.3-dev.0"
version = "0.4.4-dev.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -9,10 +9,10 @@ name = "safetensors_rust"
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.20.2", features = ["extension-module"] }
memmap2 = "0.5"
pyo3 = { version = "0.21.1", features = ["extension-module"] }
memmap2 = "0.9"
serde_json = "1.0"

[dependencies.safetensors]
version = "0.4.3-dev.0"
version = "0.4.4-dev.0"
path = "../../safetensors"
Loading

0 comments on commit ebf453b

Please sign in to comment.