Skip to content

Commit 509def8

Browse files
authored
Remove setuptools dependency (pybamm-team#5096)
1 parent 05b947c commit 509def8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ plot = [
7979
"matplotlib>=3.6.0",
8080
]
8181
cite = [
82-
"setuptools", # Fix for a pybtex issue
83-
"pybtex>=0.24.0",
82+
"pybtex>=0.25.0",
8483
]
8584
# Battery Parameter eXchange format
8685
bpx = [

0 commit comments

Comments
 (0)