Skip to content
Merged
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
undo changes to indexmap dependency
  • Loading branch information
prehner committed Apr 5, 2025
commit 812c50a487bbad18b8ffec3ebf4c66352891a678
7 changes: 2 additions & 5 deletions feos-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,10 @@ num-traits = "0.2"
thiserror = "2.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
indexmap = { version = "2.0", features = ["serde"] }
indexmap = "2.0"
conv = "0.3"
numpy = { version = "0.23", optional = true }
pyo3 = { version = "0.23", features = [
"multiple-pymethods",
"indexmap",
], optional = true }
pyo3 = { version = "0.23", features = ["multiple-pymethods"], optional = true }
rayon = { version = "1.5", optional = true }
typenum = "1.16"
approx = "0.5"
Expand Down