Skip to content
Prev Previous commit
Next Next commit
use correct features in quantity
  • Loading branch information
prehner committed Oct 24, 2024
commit f2b7fd7fe5a1d420abdf057a0de4769c432be6a8
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ codegen-units = 1


[features]
default = []
default = ["all_models", "python"]
dft = ["feos-dft", "petgraph"]
estimator = []
association = []
Expand All @@ -85,7 +85,7 @@ rayon = ["dep:rayon", "ndarray/rayon", "feos-core/rayon", "feos-dft?/rayon"]
python = [
"pyo3",
"numpy",
"quantity/python",
"quantity/python_numpy",
"feos-core/python",
"feos-dft?/python",
"rayon",
Expand Down