Skip to content
Snippets Groups Projects
Commit 636b8416 authored by mhocke's avatar mhocke
Browse files

Add tqdm to install_requires

parent 54735369
Branches
Tags
1 merge request!13Fix #12: Return error codes instead of ouput text
Pipeline #37785 passed
......@@ -48,7 +48,14 @@ setup(
version=source_version(),
author="",
author_email="",
install_requires=["h5py>=3.1.0", "numpy", "seaborn", "pandas", "deprecation"],
install_requires=[
"h5py>=3.1.0",
"numpy",
"seaborn",
"pandas",
"deprecation",
"tqdm",
],
classifiers=[
"Development Status :: 3 - Alpha",
"Intended Audience :: Science/Research",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment