Update pandas to 1.0.5 (#9065)

Co-authored-by: Mehrdad <noreply@github.com>
This commit is contained in:
mehrdadn 2020-06-21 12:35:25 -07:00 committed by GitHub
parent 76583d4a3a
commit fc4684d3ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -229,7 +229,7 @@ install_dependencies() {
*) tf_version="${TF_VERSION:-2.1.0}";; *) tf_version="${TF_VERSION:-2.1.0}";;
esac esac
pip_packages+=(scipy tensorflow=="${tf_version}" cython==0.29.0 gym \ 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 \ 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 \ kubernetes flask grpcio pytest-sugar pytest-rerunfailures pytest-asyncio scikit-learn==0.22.2 numba \
Pillow prometheus_client boto3) Pillow prometheus_client boto3)