guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: python-pandas: Update to 0.18.0.


From: Ben Woodcroft
Subject: 01/04: gnu: python-pandas: Update to 0.18.0.
Date: Sun, 03 Apr 2016 06:08:20 +0000

benwoodcroft pushed a commit to branch master
in repository guix.

commit 78c0d323e9fae4a5b5a2b3c54eeab5a5677b7804
Author: Ben Woodcroft <address@hidden>
Date:   Sun Apr 3 06:53:03 2016 +1000

    gnu: python-pandas: Update to 0.18.0.
    
    * gnu/packages/python.scm (python-pandas, python2-pandas): Update to 0.18.0.
    [arguments]: Enable tests.
---
 gnu/packages/python.scm |   10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e320226..f919808 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -978,20 +978,14 @@ datetime module, available in Python 2.3+.")
 (define-public python-pandas
   (package
     (name "python-pandas")
-    (version "0.16.2")
+    (version "0.18.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pandas" version))
        (sha256
-        (base32 "10agmrkps8bi5948vwpipfxds5kj1d076m9i0nhaxwqiw7gm6670"))))
+        (base32 "050qw0ap5bhyv5flp78x3lcq1dlminl3xaj6kbrm0jqmx0672xf9"))))
     (build-system python-build-system)
-    (arguments
-     `(;; Three tests fail:
-       ;; - test_read_google
-       ;; - test_read_yahoo
-       ;; - test_month_range_union_tz_dateutil
-       #:tests? #f))
     (propagated-inputs
      `(("python-numpy" ,python-numpy)
        ("python-pytz" ,python-pytz)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]