Skip to content

Commit

Permalink
Depend on managed-lhapdf released on crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed May 23, 2024
1 parent 56162bf commit b9971d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion pineappl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ thiserror = "1.0.30"

[dev-dependencies]
anyhow = "1.0.48"
lhapdf = { git = "https://github.com/cschwan/managed-lhapdf.git", package = "managed-lhapdf" }
lhapdf = { package = "managed-lhapdf", version = "0.3.0" }
num-complex = "0.4.4"
rand = { default-features = false, version = "0.8.4" }
rand_pcg = { default-features = false, version = "0.3.1" }
Expand Down
2 changes: 1 addition & 1 deletion pineappl_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ flate2 = { optional = true, version = "1.0.22" }
float-cmp = "0.9.0"
git-version = "0.3.5"
itertools = "0.10.1"
lhapdf = { git = "https://github.com/cschwan/managed-lhapdf.git", package = "managed-lhapdf" }
lhapdf = { package = "managed-lhapdf", version = "0.3.0" }
lz4_flex = { optional = true, version = "0.9.2" }
ndarray = "0.15.4"
ndarray-npy = { optional = true, version = "0.8.1" }
Expand Down

0 comments on commit b9971d4

Please sign in to comment.