From 33117a8601229371ad4abea808af877d9d2f6e3e Mon Sep 17 00:00:00 2001 From: cmuhao Date: Mon, 1 Jul 2024 15:02:18 -0700 Subject: [PATCH 1/3] update dask version to support pandas 1.x Signed-off-by: cmuhao --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 958e93799d9..ec17bcf1f34 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ "fastapi>=0.68.0", "uvicorn[standard]>=0.14.0,<1", "gunicorn; platform_system != 'Windows'", - "dask[dataframe]>=2024.4.2", + "dask[dataframe]>=2024.2.1", ] GCP_REQUIRED = [ From 727279ce9abad2130aa1f4a55e671adf84447473 Mon Sep 17 00:00:00 2001 From: cmuhao Date: Mon, 1 Jul 2024 15:58:34 -0700 Subject: [PATCH 2/3] update dask version to support pandas 1.x Signed-off-by: cmuhao --- .../requirements/py3.10-ci-requirements.txt | 22 ----------- .../requirements/py3.9-ci-requirements.txt | 39 +------------------ 2 files changed, 1 insertion(+), 60 deletions(-) diff --git a/sdk/python/requirements/py3.10-ci-requirements.txt b/sdk/python/requirements/py3.10-ci-requirements.txt index 3aa7130ccf2..7b5613f3563 100644 --- a/sdk/python/requirements/py3.10-ci-requirements.txt +++ b/sdk/python/requirements/py3.10-ci-requirements.txt @@ -36,10 +36,6 @@ asttokens==2.4.1 # via stack-data async-lru==2.0.4 # via jupyterlab -async-timeout==4.0.3 - # via - # aiohttp - # redis atpublic==4.1.0 # via ibis-framework attrs==23.2.0 @@ -180,11 +176,6 @@ email-validator==2.2.0 # via fastapi entrypoints==0.4 # via altair -exceptiongroup==1.2.1 - # via - # anyio - # ipython - # pytest execnet==2.1.1 # via pytest-xdist executing==2.0.1 @@ -921,16 +912,6 @@ tinycss2==1.3.0 # via nbconvert toml==0.10.2 # via feast (setup.py) -tomli==2.0.1 - # via - # build - # coverage - # jupyterlab - # mypy - # pip-tools - # pytest - # pytest-env - # singlestoredb tomlkit==0.12.5 # via snowflake-connector-python toolz==0.12.1 @@ -1004,8 +985,6 @@ types-urllib3==1.26.25.14 # via types-requests typing-extensions==4.12.2 # via - # anyio - # async-lru # azure-core # azure-identity # azure-storage-blob @@ -1023,7 +1002,6 @@ typing-extensions==4.12.2 # testcontainers # typeguard # typer - # uvicorn tzdata==2024.1 # via pandas tzlocal==5.2 diff --git a/sdk/python/requirements/py3.9-ci-requirements.txt b/sdk/python/requirements/py3.9-ci-requirements.txt index 83009f8730d..f759aac2db2 100644 --- a/sdk/python/requirements/py3.9-ci-requirements.txt +++ b/sdk/python/requirements/py3.9-ci-requirements.txt @@ -36,10 +36,6 @@ asttokens==2.4.1 # via stack-data async-lru==2.0.4 # via jupyterlab -async-timeout==4.0.3 - # via - # aiohttp - # redis atpublic==4.1.0 # via ibis-framework attrs==23.2.0 @@ -180,11 +176,6 @@ email-validator==2.2.0 # via fastapi entrypoints==0.4 # via altair -exceptiongroup==1.2.1 - # via - # anyio - # ipython - # pytest execnet==2.1.1 # via pytest-xdist executing==2.0.1 @@ -347,16 +338,7 @@ idna==3.7 imagesize==1.4.1 # via sphinx importlib-metadata==8.0.0 - # via - # build - # dask - # jupyter-client - # jupyter-lsp - # jupyterlab - # jupyterlab-server - # nbconvert - # sphinx - # typeguard + # via dask iniconfig==2.0.0 # via pytest ipykernel==6.29.4 @@ -836,8 +818,6 @@ rsa==4.9 # via google-auth ruamel-yaml==0.17.17 # via great-expectations -ruamel-yaml-clib==0.2.8 - # via ruamel-yaml ruff==0.4.10 # via feast (setup.py) s3transfer==0.10.2 @@ -932,16 +912,6 @@ tinycss2==1.3.0 # via nbconvert toml==0.10.2 # via feast (setup.py) -tomli==2.0.1 - # via - # build - # coverage - # jupyterlab - # mypy - # pip-tools - # pytest - # pytest-env - # singlestoredb tomlkit==0.12.5 # via snowflake-connector-python toolz==0.12.1 @@ -1015,16 +985,12 @@ types-urllib3==1.26.25.14 # via types-requests typing-extensions==4.12.2 # via - # aioitertools - # anyio - # async-lru # azure-core # azure-identity # azure-storage-blob # fastapi # great-expectations # ibis-framework - # ipython # mypy # psycopg # psycopg-pool @@ -1032,11 +998,9 @@ typing-extensions==4.12.2 # pydantic-core # snowflake-connector-python # sqlalchemy - # starlette # testcontainers # typeguard # typer - # uvicorn tzdata==2024.1 # via pandas tzlocal==5.2 @@ -1061,7 +1025,6 @@ urllib3==1.26.19 # requests # responses # rockset - # snowflake-connector-python # testcontainers uvicorn[standard]==0.30.1 # via From f470123b34e089a3972e7429cd3f185b8231e5f2 Mon Sep 17 00:00:00 2001 From: cmuhao Date: Mon, 1 Jul 2024 16:07:03 -0700 Subject: [PATCH 3/3] update dask version to support pandas 1.x Signed-off-by: cmuhao --- .../requirements/py3.10-ci-requirements.txt | 22 +++++++++++ .../requirements/py3.9-ci-requirements.txt | 39 ++++++++++++++++++- 2 files changed, 60 insertions(+), 1 deletion(-) diff --git a/sdk/python/requirements/py3.10-ci-requirements.txt b/sdk/python/requirements/py3.10-ci-requirements.txt index 7b5613f3563..3aa7130ccf2 100644 --- a/sdk/python/requirements/py3.10-ci-requirements.txt +++ b/sdk/python/requirements/py3.10-ci-requirements.txt @@ -36,6 +36,10 @@ asttokens==2.4.1 # via stack-data async-lru==2.0.4 # via jupyterlab +async-timeout==4.0.3 + # via + # aiohttp + # redis atpublic==4.1.0 # via ibis-framework attrs==23.2.0 @@ -176,6 +180,11 @@ email-validator==2.2.0 # via fastapi entrypoints==0.4 # via altair +exceptiongroup==1.2.1 + # via + # anyio + # ipython + # pytest execnet==2.1.1 # via pytest-xdist executing==2.0.1 @@ -912,6 +921,16 @@ tinycss2==1.3.0 # via nbconvert toml==0.10.2 # via feast (setup.py) +tomli==2.0.1 + # via + # build + # coverage + # jupyterlab + # mypy + # pip-tools + # pytest + # pytest-env + # singlestoredb tomlkit==0.12.5 # via snowflake-connector-python toolz==0.12.1 @@ -985,6 +1004,8 @@ types-urllib3==1.26.25.14 # via types-requests typing-extensions==4.12.2 # via + # anyio + # async-lru # azure-core # azure-identity # azure-storage-blob @@ -1002,6 +1023,7 @@ typing-extensions==4.12.2 # testcontainers # typeguard # typer + # uvicorn tzdata==2024.1 # via pandas tzlocal==5.2 diff --git a/sdk/python/requirements/py3.9-ci-requirements.txt b/sdk/python/requirements/py3.9-ci-requirements.txt index f759aac2db2..83009f8730d 100644 --- a/sdk/python/requirements/py3.9-ci-requirements.txt +++ b/sdk/python/requirements/py3.9-ci-requirements.txt @@ -36,6 +36,10 @@ asttokens==2.4.1 # via stack-data async-lru==2.0.4 # via jupyterlab +async-timeout==4.0.3 + # via + # aiohttp + # redis atpublic==4.1.0 # via ibis-framework attrs==23.2.0 @@ -176,6 +180,11 @@ email-validator==2.2.0 # via fastapi entrypoints==0.4 # via altair +exceptiongroup==1.2.1 + # via + # anyio + # ipython + # pytest execnet==2.1.1 # via pytest-xdist executing==2.0.1 @@ -338,7 +347,16 @@ idna==3.7 imagesize==1.4.1 # via sphinx importlib-metadata==8.0.0 - # via dask + # via + # build + # dask + # jupyter-client + # jupyter-lsp + # jupyterlab + # jupyterlab-server + # nbconvert + # sphinx + # typeguard iniconfig==2.0.0 # via pytest ipykernel==6.29.4 @@ -818,6 +836,8 @@ rsa==4.9 # via google-auth ruamel-yaml==0.17.17 # via great-expectations +ruamel-yaml-clib==0.2.8 + # via ruamel-yaml ruff==0.4.10 # via feast (setup.py) s3transfer==0.10.2 @@ -912,6 +932,16 @@ tinycss2==1.3.0 # via nbconvert toml==0.10.2 # via feast (setup.py) +tomli==2.0.1 + # via + # build + # coverage + # jupyterlab + # mypy + # pip-tools + # pytest + # pytest-env + # singlestoredb tomlkit==0.12.5 # via snowflake-connector-python toolz==0.12.1 @@ -985,12 +1015,16 @@ types-urllib3==1.26.25.14 # via types-requests typing-extensions==4.12.2 # via + # aioitertools + # anyio + # async-lru # azure-core # azure-identity # azure-storage-blob # fastapi # great-expectations # ibis-framework + # ipython # mypy # psycopg # psycopg-pool @@ -998,9 +1032,11 @@ typing-extensions==4.12.2 # pydantic-core # snowflake-connector-python # sqlalchemy + # starlette # testcontainers # typeguard # typer + # uvicorn tzdata==2024.1 # via pandas tzlocal==5.2 @@ -1025,6 +1061,7 @@ urllib3==1.26.19 # requests # responses # rockset + # snowflake-connector-python # testcontainers uvicorn[standard]==0.30.1 # via