Skip to content

Commit 8a97d2a

Browse files
committed
add tqdm to setup
1 parent 024044b commit 8a97d2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ def compile_KLU():
215215
"pybtex>=0.24.0",
216216
"sympy>=1.8",
217217
"bpx",
218+
"tqdm",
218219
# Note: Matplotlib is loaded for debug plots, but to ensure pybamm runs
219220
# on systems without an attached display, it should never be imported
220221
# outside of plot() methods.

0 commit comments

Comments
 (0)