Skip to content

Commit

Permalink
update cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
prehner committed Jan 7, 2025
1 parent 0c53a27 commit df371cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "feos"
version = "0.7.0"
version = "0.8.0"
authors = [
"Gernot Bauer <[email protected]>",
"Philipp Rehner <[email protected]>",
Expand Down Expand Up @@ -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"
Expand All @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion feos-dft/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit df371cd

Please sign in to comment.