Skip to content

Commit 6bc6103

Browse files
author
telemin
committed
Merge branch 'v0.2' of github-ptooley:numericalalgorithmsgroup/pypop into v0.2
2 parents 9240cdf + cb992ba commit 6bc6103

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@
1818
"pandas >= 0.24",
1919
"jupyter",
2020
"bokeh >= 1",
21+
"tables",
22+
"tqdm",
2123
],
22-
extras_require={"tqdm": ["tqdm"]},
24+
zip_safe=True,
2325
include_package_data=True,
2426
entry_points={
2527
"console_scripts": [

0 commit comments

Comments
 (0)