This is an automated email from the ASF dual-hosted git repository.
eamonford pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ingester.git
The following commit(s) were added to refs/heads/dev by this push:
new 2c4c8bb SDAP-291: Fix netcdf parsing error by freezing pandas at 1.0.4 (#20)
2c4c8bb is described below
commit 2c4c8bb916b94906d7aa2b9168a69e936a84155d
Author: Eamon Ford <eamonford@gmail.com>
AuthorDate: Wed Oct 21 15:20:39 2020 -0700
SDAP-291: Fix netcdf parsing error by freezing pandas at 1.0.4 (#20)
Co-authored-by: Eamon Ford <eamon.d.ford@jpl.nasa.gov>
---
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
|