Skip to content

Commit

Permalink
chore: Use main version of hdf5 crate. (#102)
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 authored Feb 10, 2024
1 parent 9624be7 commit 909a1a4
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 @@ -44,6 +44,5 @@ pyo3 = { version = "0.20.2" }
pyo3-log = "0.9.0"
tracing = { version ="0.1", features = ["log"] }
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 909a1a4

Please sign in to comment.