Skip to content

Commit bcab629

Browse files
authored
Update setup.py
1 parent 16da211 commit bcab629

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

setup.py

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,23 @@
1111
url = 'https://github.com/TheBridgeMachineLearningPythonLibrary/MachineLearningToolKit',
1212
download_url = 'https://github.com/TheBridgeMachineLearningPythonLibrary/MachineLearningToolKit/archive/refs/tags/V_1_1.tar.gz',
1313
keywords = ['machine learning', 'data visualization', 'data processing', 'sklearn', 'pandas'],
14-
install_requires=['PIL',
15-
'bs4',
16-
'cv2',
17-
'imblearn',
14+
install_requires=['pandas',
15+
'pickle',
16+
'zipfile',
17+
'scipy',
18+
'nltk',
19+
'opencv-python-headless',
20+
'scikit-image',
1821
'keras',
22+
'imblearn',
23+
'scikit-learn',
24+
'selenium',
25+
'requests',
26+
'beautifulsoup4',
27+
'Pillow',
1928
'matplotlib',
20-
'nltk',
21-
'numpy',
22-
'pandas',
23-
'plotly',
24-
'scipy',
2529
'seaborn',
26-
'seleniumrequests',
27-
'skimage',
28-
'sklearn',
30+
'plotly',
2931
'wordcloud'],
3032
classifiers=[
3133
'Development Status :: 3 - Alpha',

0 commit comments

Comments
 (0)