We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db706f7 commit 74ba711Copy full SHA for 74ba711
virialize/Cargo.toml
@@ -21,8 +21,8 @@ itertools-num = "0.1"
21
nalgebra = "0.33"
22
rayon = "1.10"
23
faunus = { path = "../faunus" }
24
-interatomic = { version = "0", path = "../interatomic"}
25
-coulomb = { version = "0", path = "../coulomb"}
+interatomic = { git = "https://github.com/mlund/interatomic.git", version = "0.2" }
+coulomb = { git = "https://github.com/mlund/coulomb.git", version = "0.2" }
26
serde_yaml = "0.9"
27
serde = { version = "1.0", features = ["derive"] }
28
semver = { version = "1.0", features = ["serde"] }
0 commit comments