diff options
| author | Ben Woodcroft <donttrustben@gmail.com> | 2016-04-03 06:53:03 +1000 |
|---|---|---|
| committer | Ben Woodcroft <donttrustben@gmail.com> | 2016-04-03 16:08:11 +1000 |
| commit | 78c0d323e9fae4a5b5a2b3c54eeab5a5677b7804 (patch) | |
| tree | e1c9675d14f15b045eaf299cc90e710489f19a71 /gnu | |
| parent | fd7575d4790a49509969e5d93767a76cc54eb2ac (diff) | |
gnu: python-pandas: Update to 0.18.0.
* gnu/packages/python.scm (python-pandas, python2-pandas): Update to 0.18.0.
[arguments]: Enable tests.
Diffstat (limited to 'gnu')
| -rw-r--r-- | 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 e32022606e7..f91980819cb 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -978,20 +978,14 @@ datetime module, available in Python 2.3+.") | |||
| 978 | (define-public python-pandas | 978 | (define-public python-pandas |
| 979 | (package | 979 | (package |
| 980 | (name "python-pandas") | 980 | (name "python-pandas") |
| 981 | (version "0.16.2") | 981 | (version "0.18.0") |
| 982 | (source | 982 | (source |
| 983 | (origin | 983 | (origin |
| 984 | (method url-fetch) | 984 | (method url-fetch) |
| 985 | (uri (pypi-uri "pandas" version)) | 985 | (uri (pypi-uri "pandas" version)) |
| 986 | (sha256 | 986 | (sha256 |
| 987 | (base32 "10agmrkps8bi5948vwpipfxds5kj1d076m9i0nhaxwqiw7gm6670")))) | 987 | (base32 "050qw0ap5bhyv5flp78x3lcq1dlminl3xaj6kbrm0jqmx0672xf9")))) |
| 988 | (build-system python-build-system) | 988 | (build-system python-build-system) |
| 989 | (arguments | ||
| 990 | `(;; Three tests fail: | ||
| 991 | ;; - test_read_google | ||
| 992 | ;; - test_read_yahoo | ||
| 993 | ;; - test_month_range_union_tz_dateutil | ||
| 994 | #:tests? #f)) | ||
| 995 | (propagated-inputs | 989 | (propagated-inputs |
| 996 | `(("python-numpy" ,python-numpy) | 990 | `(("python-numpy" ,python-numpy) |
| 997 | ("python-pytz" ,python-pytz) | 991 | ("python-pytz" ,python-pytz) |
