From df371cd7561c26742640c3b23ed38185789c8906 Mon Sep 17 00:00:00 2001 From: Philipp Rehner Date: Tue, 7 Jan 2025 08:48:29 +0100 Subject: [PATCH] update cargo.toml --- Cargo.toml | 6 +++--- feos-dft/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 39b4570b5..ce9df0015 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "feos" -version = "0.7.0" +version = "0.8.0" authors = [ "Gernot Bauer ", "Philipp Rehner ", @@ -37,7 +37,7 @@ feos-dft = { version = "0.8", path = "feos-dft", optional = true } feos-derive = { version = "0.6", path = "feos-derive" } numpy = { version = "0.23", optional = true } ndarray = { version = "0.16", features = ["approx"] } -petgraph = { version = "0.6", optional = true } +petgraph = { version = "0.7", optional = true } thiserror = "2.0" conv = "0.3" num-traits = "0.2" @@ -46,7 +46,7 @@ serde_json = "1.0" lazy_static = { version = "1.4", optional = true } indexmap = "2.0" rayon = { version = "1.7", optional = true } -itertools = "0.13" +itertools = "0.14" typenum = "1.16" [dependencies.pyo3] diff --git a/feos-dft/Cargo.toml b/feos-dft/Cargo.toml index 49e4b1dc8..4dd77cab3 100644 --- a/feos-dft/Cargo.toml +++ b/feos-dft/Cargo.toml @@ -30,7 +30,7 @@ rustfft = "6.0" num-traits = "0.2" libm = "0.2" gauss-quad = { version = "0.2", optional = true } -petgraph = "0.6" +petgraph = "0.7" typenum = "1.16" numpy = { version = "0.23", optional = true } pyo3 = { version = "0.23", optional = true }