Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update dependencies to github
  • Loading branch information
g-bauer committed Apr 8, 2022
commit c5605ffb910d30dd75f290fc1df237be0be372dd
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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ crate-type = ["cdylib"]
[dependencies]
quantity = { version = "0.5", features = ["python"] }
feos-core = { git = "https://github.com/feos-org/feos-core", features = ["python"] }
feos-dft = { git = "https://github.com/feos-org/feos-dft", features = ["python"], branch = "new_dft_struct" }
feos-pcsaft = { git = "https://github.com/feos-org/feos-pcsaft", features = ["python"], branch = "new_dft_struct" }
feos-pets = { path = "../feos-pets", features = ["python"] }
feos-dft = { git = "https://github.com/feos-org/feos-dft", features = ["python"], branch = "v0.2.0" }
feos-pcsaft = { git = "https://github.com/feos-org/feos-pcsaft", features = ["python"] }
feos-pets = { git = "https://github.com/feos-org/feos-pets", features = ["python"], branch = "new_dft_struct" }
numpy = { version = "0.16" }
ndarray = { version = "0.15", features=["approx"] }

Expand Down