diff --git a/cramjam-python/Cargo.toml b/cramjam-python/Cargo.toml index 9692a045..92885731 100644 --- a/cramjam-python/Cargo.toml +++ b/cramjam-python/Cargo.toml @@ -24,8 +24,7 @@ use-system-blosc2 = ["libcramjam/use-system-blosc2"] [dependencies] pyo3 = { version = "^0.20", default-features = false, features = ["macros"] } -#libcramjam = { version = "^0.3" } -libcramjam = { path = "../libcramjam" } +libcramjam = { version = "^0.4" } [build-dependencies] pyo3-build-config = "^0.20" diff --git a/libcramjam/Cargo.toml b/libcramjam/Cargo.toml index f151c93b..a6d70a84 100644 --- a/libcramjam/Cargo.toml +++ b/libcramjam/Cargo.toml @@ -32,7 +32,7 @@ lz4 = { version = "^1", optional = true } flate2 = { version = "^1", optional = true } libdeflater = { version = "^1", optional = true } libdeflate-sys = { version = "<1.20.0", optional = true } # TODO: requires gcc>=4.9 not available on Python's CI wheel builds -blosc2-rs = { git = "https://github.com/milesgranger/blosc2-rs.git", optional = true } +blosc2-rs = { version = "0.2.3+2.14.3", optional = true } zstd = { version = "^0.13", optional = true } xz2 = { version = "0.1.7", features = ["static"], optional = true }