From b8f14abc12f8819e3fb8205c7217c031349d2edf Mon Sep 17 00:00:00 2001 From: Eyad Sibai Date: Wed, 11 Jan 2017 22:42:56 +0100 Subject: [PATCH 1/4] Remove scikit-learn and scipy as dependencies --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index d37838bb3..dd33c5558 100644 --- a/setup.py +++ b/setup.py @@ -79,8 +79,6 @@ 'pytz>=2015.4', 'pyyaml==3.11', 'requests==2.9.1', - 'scipy==0.18.0', - 'scikit-learn==0.17.1', 'ipykernel==4.4.1', ], package_data={ From 7a3cac72f527f98157d885c89649090e7d003257 Mon Sep 17 00:00:00 2001 From: Eyad Sibai Date: Wed, 11 Jan 2017 22:43:14 +0100 Subject: [PATCH 2/4] add more required packages --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index dd33c5558..47a3136d1 100644 --- a/setup.py +++ b/setup.py @@ -71,6 +71,9 @@ 'future==0.15.2', 'futures==3.0.5', 'google-cloud==0.19.0', + 'google-api-python-client==1.6.0', + 'seaborn==0.7.1', + 'plotly==1.12.12', 'httplib2==0.9.2', 'oauth2client==2.2.0', 'pandas>=0.17.1', From d072b014a0de9ef10464fc1a83d9c8a6107bbaa1 Mon Sep 17 00:00:00 2001 From: Eyad Sibai Date: Wed, 11 Jan 2017 23:10:30 +0100 Subject: [PATCH 3/4] Add psutil as dependency --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 47a3136d1..961f080f3 100644 --- a/setup.py +++ b/setup.py @@ -76,6 +76,7 @@ 'plotly==1.12.12', 'httplib2==0.9.2', 'oauth2client==2.2.0', + 'psutil==5.0.1', 'pandas>=0.17.1', 'pandas-profiling>=1.0.0a2', 'python-dateutil==2.5.0', From ffd77d42b63c0da7e885bd3c6d4f910c20f42cd2 Mon Sep 17 00:00:00 2001 From: Eyad Sibai Date: Thu, 12 Jan 2017 00:04:19 +0100 Subject: [PATCH 4/4] Update packages versions --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 961f080f3..e9b464f5a 100644 --- a/setup.py +++ b/setup.py @@ -71,12 +71,12 @@ 'future==0.15.2', 'futures==3.0.5', 'google-cloud==0.19.0', - 'google-api-python-client==1.6.0', - 'seaborn==0.7.1', - 'plotly==1.12.12', + 'google-api-python-client==1.5.1', + 'seaborn==0.7.0', + 'plotly==1.12.5', 'httplib2==0.9.2', 'oauth2client==2.2.0', - 'psutil==5.0.1', + 'psutil==4.3.0', 'pandas>=0.17.1', 'pandas-profiling>=1.0.0a2', 'python-dateutil==2.5.0',