Skip to content

Commit

Permalink
Merge pull request #126 from DLWoodruff/readthedocs
Browse files Browse the repository at this point in the history
Readthedocs
  • Loading branch information
DLWoodruff authored Nov 26, 2023
2 parents 3a6be69 + ed81ae4 commit 544c83c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
author='Cristobal Pais, Jaime Carrasco, David Martell, David L. Woodruff, Andres Weintraub',
author_email='[email protected]',
packages=packages,
install_requires=['numpy', 'pandas', 'matplotlib', 'seaborn', 'tqdm', 'imread', 'networkx', 'deap']
install_requires=['numpy', 'pandas', 'matplotlib', 'seaborn', 'tqdm', 'imread', 'networkx', 'deap'],
extras_require={
'doc': [
'sphinx_rtd_theme',
'sphinx',
]
},

)
# opencv or cv2?

0 comments on commit 544c83c

Please sign in to comment.