From 2651d2488d3864135b45f50c4f143aa8f5483ab8 Mon Sep 17 00:00:00 2001 From: mehrdadn Date: Sun, 21 Jun 2020 12:35:25 -0700 Subject: [PATCH] Update pandas to 1.0.5 (#9065) Co-authored-by: Mehrdad --- ci/travis/install-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/travis/install-dependencies.sh b/ci/travis/install-dependencies.sh index 640a00823..e486db0dc 100755 --- a/ci/travis/install-dependencies.sh +++ b/ci/travis/install-dependencies.sh @@ -228,7 +228,7 @@ install_dependencies() { *) tf_version="${TF_VERSION:-2.1.0}";; esac pip_packages+=(scipy tensorflow=="${tf_version}" cython==0.29.0 gym \ - opencv-python-headless pyyaml pandas==0.24.2 requests feather-format lxml openpyxl xlrd \ + opencv-python-headless pyyaml pandas==1.0.5 requests feather-format lxml openpyxl xlrd \ py-spy pytest pytest-timeout networkx tabulate aiohttp uvicorn dataclasses pygments werkzeug \ kubernetes flask grpcio pytest-sugar pytest-rerunfailures pytest-asyncio scikit-learn==0.22.2 numba \ Pillow prometheus_client boto3)