Skip to content

Commit 665587c

Browse files
Fix ndarray-npy version
1 parent 94ab4ff commit 665587c

File tree

2 files changed

+32
-8
lines changed

2 files changed

+32
-8
lines changed

Cargo.lock

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

pineappl_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ itertools = "0.10.1"
2929
lhapdf = { package = "managed-lhapdf", version = "0.3.4" }
3030
lz4_flex = { optional = true, version = "0.11.6" }
3131
ndarray = "0.16.1"
32-
ndarray-npy = { default-features = false, features = ["npz"], optional = true, version = "0.8.1" }
32+
ndarray-npy = { default-features = false, features = ["npz"], optional = true, version = "0.9.1" }
3333
neopdf = "0.3.1"
3434
pineappl = { path = "../pineappl", version = "=1.3.3" }
3535
pineappl_applgrid = { optional = true, path = "../pineappl_applgrid", version = "=1.3.3" }

0 commit comments

Comments
 (0)