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 7ad004c SDAP-291: Fix netcdf parsing error by freezing pandas at 1.0.4 (#21)
7ad004c is described below
commit 7ad004c4e2d0410bb7f17c7f77b64830f9bd9d70
Author: Eamon Ford <eamonford@gmail.com>
AuthorDate: Wed Oct 21 16:49:28 2020 -0700
SDAP-291: Fix netcdf parsing error by freezing pandas at 1.0.4 (#21)
---
granule_ingester/conda-requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/granule_ingester/conda-requirements.txt b/granule_ingester/conda-requirements.txt
index 07afb17..da92b1e 100644
--- a/granule_ingester/conda-requirements.txt
+++ b/granule_ingester/conda-requirements.txt
@@ -1,7 +1,7 @@
numpy==1.15.4
scipy
netcdf4==1.5.3
-pandas=1.0.4
+pandas==1.0.4
pytz==2019.3
xarray
pyyaml==5.3.1
|