Skip to content

Commit

Permalink
Source hdf5 dependency directly from Github
Browse files Browse the repository at this point in the history
hdf5-sys on crates.io has trouble recognizing later versions of HDF5,
see: aldanor/hdf5-rust#257
  • Loading branch information
breezykermo committed Jan 8, 2025
1 parent 2572dc0 commit ddf09f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ anndists = { version = "0.1.2" }

# for benchmark reading, so the lbrary do not depend on hdf5 nor ndarray
[dev-dependencies]
hdf5 = { version = "0.8" }
hdf5 = { git = "https://github.com/aldanor/hdf5-rust.git" }
hdf5-sys = { git = "https://github.com/aldanor/hdf5-rust.git", features = ["static", "zlib"]}
ndarray = { version = "0.15" }
skiplist = { version = "0.5" }
tempfile = { version = "3" }
Expand Down

0 comments on commit ddf09f0

Please sign in to comment.