Update 'setup.py'

This commit is contained in:
gregorio 2021-11-02 00:17:32 +00:00
parent f1fc949892
commit f0ab37540b

View file

@ -11,5 +11,5 @@ setup(
py_modules=['assignment5'],
long_description=open('README.md').read(),
license='CC-BY-4.0',
install_requires=['numpy','pandas','brminer','scikit-posthocs','Orange3','seaborn','matplotlib','scipy','sklearn','os','math','random'],
install_requires=['numpy','pandas','brminer','scikit-posthocs','Orange3','seaborn','matplotlib','scipy','sklearn','math','random'],
)