Skip to content

Commit

Permalink
chore: Use main version of hdf5 crate.
Browse files Browse the repository at this point in the history
This is not ideal, but the current release is very old and
difficult to build sometimes.

This also re-enables the zlib feature for handling compressed files.
  • Loading branch information
jetuk committed Feb 10, 2024
1 parent c19b37b commit e29c84f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,5 @@ pyo3-polars = "0.11.1"
pyo3 = { version = "0.20.2" }
tracing = "0.1"
csv = "1.1"
hdf5 = { version="0.8.1" }
hdf5-sys = { version="0.8.1", features=["static"] }
hdf5 = { git="https://github.com/aldanor/hdf5-rust.git", package = "hdf5", features=["static", "zlib"] }
pywr-v1-schema = { git = "https://github.com/pywr/pywr-schema/", tag="v0.9.0", package = "pywr-schema" }
1 change: 0 additions & 1 deletion pywr-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ ndarray = { workspace = true }
num = { workspace = true }
float-cmp = "0.9.0"
hdf5 = { workspace = true }
hdf5-sys = { workspace = true }
csv = { workspace = true }
clp-sys = { path = "../clp-sys" }
ipm-ocl = { path = "../ipm-ocl", optional = true }
Expand Down

0 comments on commit e29c84f

Please sign in to comment.