Skip to content

Commit

Permalink
try fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mleot committed Sep 16, 2024
1 parent d910ceb commit c44046d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ classifiers = [
]
dependencies = [
"numba",
"liionpack>=0.3.8",
"pybamm>=23.9",
"liionpack",
"pybamm",
"openpnm==2.8.2",
"ffmpeg-python",
"ipywidgets"
Expand All @@ -30,5 +30,8 @@ Documentation = "https://ecm.readthedocs.io/en/latest/"
Source = "https://github.com/TomTranter/pybamm_pnm"
Tracker = "https://github.com/TomTranter/pybamm_pnm/issues"

[tool.setuptools_scm]
write_to = "ecm/_version.py"
#[tool.setuptools_scm]
#write_to = "ecm/_version.py"

[tool.setuptools.packages.find]
include = ["ecm", "ecm.*"]
File renamed without changes.

0 comments on commit c44046d

Please sign in to comment.