Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Apr 28, 2024
1 parent 0f61d6a commit 7ee89a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions cramjam-python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion libcramjam/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down

0 comments on commit 7ee89a0

Please sign in to comment.