Skip to content

Commit a157baa

Browse files
authored
fix: Locking on a working version of netcdf (#252)
1 parent 250cce3 commit a157baa

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ libc = { version = "0.2.174", optional = true }
3030
ndarray = { version = "0.16.1", features = ["rayon"] }
3131
netcdf3 = "0.5.2"
3232
netcdf = {version = "=0.11.0", features = ["static", "ndarray"]}
33+
netcdf-src = {version = "=0.4.1" }
34+
netcdf-sys = {version = "=0.8.1" }
3335
ode_solvers = "0.6.1"
3436
pyo3 = { version = "0.27.2", features = ["extension-module"] }
3537
rayon = "1.10.0"

0 commit comments

Comments
 (0)