Skip to content

Commit

Permalink
added tqdm (progress bar) to dependency list
Browse files Browse the repository at this point in the history
  • Loading branch information
vvbragin committed May 3, 2024
1 parent c2279cf commit e3eec49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

**New features**

- Added progress-bar indicating network creation progress

- cfg.connRandomSecFromList and cfg.distributeSynsUniformly can now be overriden in individual conn rule

**Bug fixes**
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=["numpy", "scipy", "matplotlib", "matplotlib-scalebar", "future", "pandas", "bokeh", "schema", "lfpykit"],
install_requires=["numpy", "scipy", "matplotlib", "matplotlib-scalebar", "future", "pandas", "bokeh", "schema", "lfpykit", "tqdm"],
# List additional groups of dependencies here (e.g. development
# dependencies). You can install these using the following syntax,
# for example:
Expand Down

0 comments on commit e3eec49

Please sign in to comment.