From 65de735ef351fdb1f85455140bf3b6cd0303b36d Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Mon, 19 Jul 2021 23:32:34 -0400 Subject: [PATCH] fix CI by pinning to pandas 1.2.5 (#729) * pin pandas * fix * fix * fix --- requirements-provider.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements-provider.txt b/requirements-provider.txt index 3394cb2..df3dc73 100644 --- a/requirements-provider.txt +++ b/requirements-provider.txt @@ -2,6 +2,8 @@ elasticsearch==7.1.0 fiona #GDAL>=3.0.0 netCDF4 +pandas; python_version < '3.7' +pandas==1.2.5; python_version >= '3.7' psycopg2-binary==2.8.4 pygeometa pymongo==3.10.1