Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

importing cycler data to PyBOP notebook example added #522

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from
Prev Previous commit
Next Next commit
pyproject.toml file updated with cellpy dependency
  • Loading branch information
Dibyendu-IITKGP committed Dec 4, 2024
commit 60e5d43c199d5930176c1bd76d615350988eba27
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -60,7 +60,8 @@ scifem = [
bpx = [
"bpx>=0.4",
]
all = ["pybop[plot,scifem,bpx]"]
cellpy = ["cellpy>=0.9.0"] # cellpy is required to import cycler data directly to PyBOP
all = ["pybop[plot,scifem,bpx,cellpy]"]

[tool.setuptools.packages.find]
include = ["pybop", "pybop.*"]
Loading