Repository: incubator-systemml
Updated Branches:
  refs/heads/master d2172dcf3 -> d8390d4d2


[SYSTEMML-1400] Include pandas in required python packages

Closes #430.


Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/d8390d4d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/d8390d4d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/d8390d4d

Branch: refs/heads/master
Commit: d8390d4d228c1c53ee25a01aab3979f6eeb7b598
Parents: d2172dc
Author: Glenn Weidner <[email protected]>
Authored: Tue Mar 14 12:27:38 2017 -0700
Committer: Glenn Weidner <[email protected]>
Committed: Tue Mar 14 12:27:38 2017 -0700

----------------------------------------------------------------------
 src/main/python/setup.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/d8390d4d/src/main/python/setup.py
----------------------------------------------------------------------
diff --git a/src/main/python/setup.py b/src/main/python/setup.py
index b0fb1a8..635dad7 100644
--- a/src/main/python/setup.py
+++ b/src/main/python/setup.py
@@ -40,7 +40,8 @@ numpy_version = '1.8.2'
 scipy_version = '0.15.1'
 REQUIRED_PACKAGES = [
     'numpy >= %s' % numpy_version,
-    'scipy >= %s' % scipy_version
+    'scipy >= %s' % scipy_version,
+    'pandas'
 ]
 
 

Reply via email to