Skip to content

Commit ba3cdff

Browse files
committed
feat: make progressbar a default dep
It's being used in plotting and vispy and is a small enough package to include as default.
1 parent 5dda444 commit ba3cdff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ install_requires =
2828
libNeuroML>=0.5.5
2929
matplotlib
3030
matplotlib-scalebar
31+
progressbar2
3132
graphviz
3233
typing; python_version<"3.5"
3334
lxml
@@ -96,7 +97,6 @@ vispy-common =
9697
scipy
9798
pyopengl
9899
PyOpenGL-accelerate
99-
progressbar2
100100

101101
vispy-qt5 =
102102
pyNeuroML[vispy-common]

0 commit comments

Comments
 (0)