From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:47288) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h5sfO-0004la-WA for guix-patches@gnu.org; Mon, 18 Mar 2019 09:51:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h5sfO-0008OK-5d for guix-patches@gnu.org; Mon, 18 Mar 2019 09:51:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34672) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h5sfN-0008OA-OL for guix-patches@gnu.org; Mon, 18 Mar 2019 09:51:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h5sfN-0001Av-LT for guix-patches@gnu.org; Mon, 18 Mar 2019 09:51:01 -0400 Subject: [bug#34882] [PATCH] Update to Pandas, enable Excel writer support Resent-Message-ID: References: <87k1gzqy2c.fsf@gmail.com> From: Ricardo Wurmus In-reply-to: <87k1gzqy2c.fsf@gmail.com> Date: Mon, 18 Mar 2019 14:50:26 +0100 Message-ID: <87sgvkxpel.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Maxim Cournoyer Cc: 34882@debbugs.gnu.org Maxim Cournoyer writes: > From ad1f0efe4a5c3d28ee9d7e2e5da275721af9e172 Mon Sep 17 00:00:00 2001 > From: Maxim Cournoyer > Date: Sat, 9 Feb 2019 00:25:51 -0500 > Subject: [PATCH 5/5] gnu: python-pandas: Update to 0.24.2. > > * gnu/packages/python-xyz.scm (python-pandas): Update to 0.24.2. > [phases]{patch-which}: Add phase. > [inputs]: Add WHICH. I have no objections to updating Pandas, but please make sure that this version of Pandas works well with the other scientific Python packages like numpy, scipy, sklearn, numba, etc. These packages usually have rather strict interdependencies and need to be updated together to avoid breakage. -- Ricardo