From 82739eb6cdc9bbc621a471f702e5441d31deeef4 Mon Sep 17 00:00:00 2001 From: Rui Qiao Date: Wed, 31 Jul 2024 11:38:19 -0700 Subject: [PATCH 1/3] deflake Signed-off-by: Rui Qiao --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index a550626be28d1..85ad1b68c307f 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -48,7 +48,7 @@ scikit-image==0.21.0 prometheus_client>=0.7.1 pandas tensorboardX -aiohttp>=3.7,!=3.9.0 +aiohttp>=3.7,<3.10.0 starlette typer fsspec From afd33e6daa6eda7506718c39a6e25928b0e1dbc0 Mon Sep 17 00:00:00 2001 From: Rui Qiao Date: Wed, 31 Jul 2024 16:38:24 -0700 Subject: [PATCH 2/3] up Signed-off-by: Rui Qiao --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 5f74b0d056daf..6f818bc3ec90a 100644 --- a/python/setup.py +++ b/python/setup.py @@ -238,7 +238,7 @@ def get_packages(self): "default": [ # If adding dependencies necessary to launch the dashboard api server, # please add it to dashboard/optional_deps.py as well. - "aiohttp >= 3.7", + "aiohttp >= 3.7,<3.10.0", "aiohttp_cors", "colorful", "py-spy >= 0.2.0", From b5b5be6c1b3eedf4e182d9abd5c6ab61472465a9 Mon Sep 17 00:00:00 2001 From: Rui Qiao Date: Thu, 1 Aug 2024 11:07:34 -0700 Subject: [PATCH 3/3] up Signed-off-by: Rui Qiao --- ci/docker/base.test.Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/docker/base.test.Dockerfile b/ci/docker/base.test.Dockerfile index af9680c8c5607..b4205feaef142 100644 --- a/ci/docker/base.test.Dockerfile +++ b/ci/docker/base.test.Dockerfile @@ -53,7 +53,6 @@ RUN echo "ulimit -c 0" >> /root/.bashrc RUN mkdir /ray WORKDIR /ray -# Below should be re-run each time COPY . . RUN ./ci/env/install-miniconda.sh