mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
Update pandas to 1.0.5 (#9065)
Co-authored-by: Mehrdad <noreply@github.com>
This commit is contained in:
parent
cd75e93285
commit
2651d2488d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue