You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by ea...@apache.org on 2020/10/21 22:18:19 UTC

[incubator-sdap-ingester] branch granule-ingester-pandas-error created (now 9e18e2a)

This is an automated email from the ASF dual-hosted git repository.

eamonford pushed a change to branch granule-ingester-pandas-error
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ingester.git.


      at 9e18e2a  SDAP-291: Fix netcdf parsing error by freezing pandas at 1.0.4

This branch includes the following new commits:

     new 9e18e2a  SDAP-291: Fix netcdf parsing error by freezing pandas at 1.0.4

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-sdap-ingester] 01/01: SDAP-291: Fix netcdf parsing error by freezing pandas at 1.0.4

Posted by ea...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

eamonford pushed a commit to branch granule-ingester-pandas-error
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ingester.git

commit 9e18e2a2e9ec3b2e3ede0be5a421de3d8ddbf1fa
Author: Eamon Ford <ea...@jpl.nasa.gov>
AuthorDate: Wed Oct 21 15:18:00 2020 -0700

    SDAP-291: Fix netcdf parsing error by freezing pandas at 1.0.4
---
 granule_ingester/conda-requirements.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/granule_ingester/conda-requirements.txt b/granule_ingester/conda-requirements.txt
index fafd6f3..07afb17 100644
--- a/granule_ingester/conda-requirements.txt
+++ b/granule_ingester/conda-requirements.txt
@@ -1,6 +1,7 @@
 numpy==1.15.4
 scipy
 netcdf4==1.5.3
+pandas=1.0.4
 pytz==2019.3
 xarray
 pyyaml==5.3.1