Skip to content

Commit

Permalink
change dependencies to github
Browse files Browse the repository at this point in the history
  • Loading branch information
prehner committed Sep 30, 2024
1 parent a5077fb commit 2920603
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ members = ["feos-core", "feos-dft", "feos-derive"]
crate-type = ["rlib", "cdylib"]

[dependencies]
quantity = { path = "../../quantity" }
quantity = { git = "https://github.com/itt-ustutt/quantity" }
num-dual = "0.9"
feos-core = { version = "0.7", path = "feos-core" }
feos-dft = { version = "0.7", path = "feos-dft", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion feos-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rustdoc-args = [ "--html-in-header", "./docs-header.html" ]
features = [ "rayon" ]

[dependencies]
quantity = { path = "../../../quantity" }
quantity = { git = "https://github.com/itt-ustutt/quantity" }
num-dual = { version = "0.9", features = ["linalg"] }
ndarray = { version = "0.15", features = ["serde", "approx-0_5"] }
nalgebra = "0.32"
Expand Down
2 changes: 1 addition & 1 deletion feos-dft/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rustdoc-args = [ "--html-in-header", "./docs-header.html" ]
features = [ "rayon" ]

[dependencies]
quantity = { path = "../../../quantity" }
quantity = { git = "https://github.com/itt-ustutt/quantity" }
num-dual = "0.9"
feos-core = { version = "0.7", path = "../feos-core" }
ndarray = "0.15"
Expand Down

0 comments on commit 2920603

Please sign in to comment.