Skip to content

Commit

Permalink
pybamm-team#3049 Specify casadi as a build-time dependency to overc…
Browse files Browse the repository at this point in the history
…ome venv isolated build error
  • Loading branch information
agriyakhetarpal committed Aug 31, 2023
1 parent bdd191e commit 9f0f250
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[build-system]
# TODO: specify minimum version of setuptools otherwise scikits.odes, NumPy, and others
# will fail to install
requires = ["setuptools", "wheel"]
requires = ["setuptools", "wheel", "casadi>=3.6.0"]
build-backend = "setuptools.build_meta"

[project]
Expand Down Expand Up @@ -170,3 +170,6 @@ Prada2013 = "pybamm.input.parameters.lithium_ion.Prada2013:get_parameter_values"
Ramadass2004 = "pybamm.input.parameters.lithium_ion.Ramadass2004:get_parameter_values"
Xu2019 = "pybamm.input.parameters.lithium_ion.Xu2019:get_parameter_values"
ECM_Example = "pybamm.input.parameters.ecm.example_set:get_parameter_values"

# [tool.setuptools.packages.find]
# include = ["pybamm", "pybamm.*"]

0 comments on commit 9f0f250

Please sign in to comment.