Skip to content

Commit

Permalink
requirement additions 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranavkhade committed Jul 1, 2024
1 parent c7c41a2 commit 70e738a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ def get_version(rel_path):
entry_points = {
'console_scripts': SCRIPTS,
},
install_requires = ['numpy', 'scipy', 'networkx', 'mlxtend', 'scikit-learn'],
install_requires = ['numpy', 'scipy', 'networkx', 'mlxtend', 'scikit-learn', 'tqdm', 'typing_extensions'],
)

0 comments on commit 70e738a

Please sign in to comment.