File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,7 @@ use-system-blosc2 = ["libcramjam/use-system-blosc2"]
2424
2525[dependencies ]
2626pyo3 = { version = " ^0.20" , default-features = false , features = [" macros" ] }
27- # libcramjam = { version = "^0.3" }
28- libcramjam = { path = " ../libcramjam" }
27+ libcramjam = { version = " ^0.4" }
2928
3029[build-dependencies ]
3130pyo3-build-config = " ^0.20"
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ lz4 = { version = "^1", optional = true }
3232flate2 = { version = " ^1" , optional = true }
3333libdeflater = { version = " ^1" , optional = true }
3434libdeflate-sys = { version = " <1.20.0" , optional = true } # TODO: requires gcc>=4.9 not available on Python's CI wheel builds
35- blosc2-rs = { git = " https://github.com/milesgranger/blosc2-rs.git " , optional = true }
35+ blosc2-rs = { version = " 0.2.3+2.14.3 " , optional = true }
3636zstd = { version = " ^0.13" , optional = true }
3737xz2 = { version = " 0.1.7" , features = [" static" ], optional = true }
3838
You can’t perform that action at this time.
0 commit comments