Skip to content

Commit 585ec13

Browse files
Revert back ndarray==0.16.1
1 parent bc29db2 commit 585ec13

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Cargo.lock

Lines changed: 4 additions & 3 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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ git-version = "0.3.5"
2828
itertools = "0.10.1"
2929
lhapdf = { package = "managed-lhapdf", version = "0.3.4" }
3030
lz4_flex = { optional = true, version = "0.9.2" }
31-
neopdf = "=0.3.0-alpha2"
31+
ndarray = "0.16.1"
3232
ndarray-npy = { default-features = false, features = ["npz"], optional = true, version = "0.8.1" }
33+
neopdf = "=0.3.0-alpha4"
3334
pineappl = { path = "../pineappl", version = "=1.3.3" }
3435
pineappl_applgrid = { optional = true, path = "../pineappl_applgrid", version = "=1.3.3" }
3536
pineappl_fastnlo = { optional = true, path = "../pineappl_fastnlo", version = "=1.3.3" }

0 commit comments

Comments
 (0)