Skip to content

Commit 16da211

Browse files
authored
more install requires
1 parent 535e9f4 commit 16da211

1 file changed

Lines changed: 18 additions & 9 deletions

File tree

setup.py

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,30 @@
33
setup(
44
name = 'ds11mltoolkit',
55
packages = ['ds11mltoolkit'],
6-
version = '1.0',
6+
version = '1.1',
77
license = 'MIT',
88
description = 'Helper functions for all stages of the machine learning model building process',
99
author = 'TheBridgeMachineLearningPythonLibrary',
1010
author_email = 'seenstevol@protonmail.com',
1111
url = 'https://github.com/TheBridgeMachineLearningPythonLibrary/MachineLearningToolKit',
12-
download_url = 'https://github.com/TheBridgeMachineLearningPythonLibrary/MachineLearningToolKit/archive/refs/tags/V_1.tar.gz',
12+
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=[
15-
'pandas',
16-
'numpy',
17-
'imblearn',
18-
'sklearn',
19-
'matplotlib'
20-
],
14+
install_requires=['PIL',
15+
'bs4',
16+
'cv2',
17+
'imblearn',
18+
'keras',
19+
'matplotlib',
20+
'nltk',
21+
'numpy',
22+
'pandas',
23+
'plotly',
24+
'scipy',
25+
'seaborn',
26+
'seleniumrequests',
27+
'skimage',
28+
'sklearn',
29+
'wordcloud'],
2130
classifiers=[
2231
'Development Status :: 3 - Alpha',
2332
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)