Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Commit 3a6f471

Browse files
eyadsibaiyebrahim
authored andcommitted
Add some missing dependencies, remove some unused ones (#122)
* Remove scikit-learn and scipy as dependencies * add more required packages * Add psutil as dependency * Update packages versions
1 parent 23e9e21 commit 3a6f471

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,18 @@
7171
'future==0.15.2',
7272
'futures==3.0.5',
7373
'google-cloud==0.19.0',
74+
'google-api-python-client==1.5.1',
75+
'seaborn==0.7.0',
76+
'plotly==1.12.5',
7477
'httplib2==0.9.2',
7578
'oauth2client==2.2.0',
79+
'psutil==4.3.0',
7680
'pandas>=0.17.1',
7781
'pandas-profiling>=1.0.0a2',
7882
'python-dateutil==2.5.0',
7983
'pytz>=2015.4',
8084
'pyyaml==3.11',
8185
'requests==2.9.1',
82-
'scipy==0.18.0',
83-
'scikit-learn==0.17.1',
8486
'ipykernel==4.4.1',
8587
],
8688
package_data={

0 commit comments

Comments
 (0)