Skip to content

Commit

Permalink
Update netcdf
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusuMET authored and gauteh committed Aug 9, 2024
1 parent 9ecf8ef commit 200c1fd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
20 changes: 11 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ serde_bytes = "0.11"
strength_reduce = "0.2"
zerocopy = "0.7"
libc = "0.2"
hdf5 = { package = "hdf5-metno", version = "0.9" }
hdf5-sys = { package = "hdf5-metno-sys", version = "0.9" }
hdf5 = { package = "hdf5-metno", version = "0.9.1" }
hdf5-sys = { package = "hdf5-metno-sys", version = "0.9.1" }
log = "0.4"
rayon = "1.10"
ndarray = { version = "0.15", features = [ "rayon" ] }
pyo3 = { version = "0.21", optional = true, features = ["anyhow", "auto-initialize", "abi3-py39"] }
numpy = { version = "0.21.0", optional = true }
netcdf = { version = "0.10.0", optional = true }
netcdf = { version = "0.10.1", optional = true }

[dependencies.serde]
features = ["derive"]
Expand Down

0 comments on commit 200c1fd

Please sign in to comment.