Skip to content
Snippets Groups Projects
Commit 1a71835e authored by Colm Talbot's avatar Colm Talbot
Browse files

add tqdm to requirements

parent 1bf72dc8
No related merge requests found
......@@ -7,3 +7,4 @@ scipy>=0.16
pandas
mock
dill
tqdm
......@@ -84,7 +84,8 @@ setup(name='bilby',
'numpy>=1.9',
'matplotlib>=2.0',
'pandas',
'scipy'],
'scipy',
'tqdm'],
entry_points={'console_scripts':
['bilby_plot=cli_bilby.plot_multiple_posteriors:main',
'bilby_result=cli_bilby.bilby_result:main',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment