Skip to content

Commit

Permalink
Require setuptools for citations (#4478)
Browse files Browse the repository at this point in the history
* Require setuptools for citations

* Update pyproject.toml
  • Loading branch information
kratman authored Oct 1, 2024
1 parent 78c2410 commit 5913154
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ plot = [
"matplotlib>=3.6.0",
]
cite = [
"setuptools", # Fix for a pybtex issue
"pybtex>=0.24.0",
]
# Battery Parameter eXchange format
Expand Down

0 comments on commit 5913154

Please sign in to comment.