diff --git a/.buildkite/data.rayci.yml b/.buildkite/data.rayci.yml
index 73ae20dfce4a..d9a26186db7f 100644
--- a/.buildkite/data.rayci.yml
+++ b/.buildkite/data.rayci.yml
@@ -13,7 +13,7 @@ steps:
--build-name data6build
--test-env RAY_DATA_USE_STREAMING_EXECUTOR=1
--except-tags data_integration,doctest
- depends_on: data6build
+ depends_on: [ "data6build", "forge" ]
job_env: forge
- label: ":database: data: arrow 12 tests"
@@ -29,7 +29,7 @@ steps:
--build-name data12build
--test-env RAY_DATA_USE_STREAMING_EXECUTOR=1
--except-tags data_integration,doctest
- depends_on: data12build
+ depends_on: [ "data12build", "forge" ]
job_env: forge
- label: ":database: data: arrow nightly tests"
@@ -45,7 +45,7 @@ steps:
--build-name datanbuild
--test-env RAY_DATA_USE_STREAMING_EXECUTOR=1
--except-tags data_integration,doctest
- depends_on: datanbuild
+ depends_on: [ "datanbuild", "forge" ]
job_env: forge
- label: ":database: data: flaky tests"
@@ -58,5 +58,5 @@ steps:
- bazel run //ci/ray_ci:test_in_docker -- //... data --run-flaky-tests
--test-env RAY_DATA_USE_STREAMING_EXECUTOR=1 --parallelism-per-worker 3
--build-name data12build
- depends_on: data12build
+ depends_on: [ "data12build", "forge" ]
job_env: forge
diff --git a/ci/docker/data.build.Dockerfile b/ci/docker/data.build.Dockerfile
index 364aa82bf3e4..b44253ca5635 100644
--- a/ci/docker/data.build.Dockerfile
+++ b/ci/docker/data.build.Dockerfile
@@ -14,4 +14,3 @@ SHELL ["/bin/bash", "-ice"]
COPY . .
RUN DATA_PROCESSING_TESTING=1 ARROW_VERSION=$ARROW_VERSION ./ci/env/install-dependencies.sh
-RUN pip install "datasets==2.14.0"
diff --git a/java/pom.xml b/java/pom.xml
index 88ca4ad06676..ed95258c6f4b 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -5,7 +5,7 @@
4.0.0
io.ray
ray-superpom
- 2.8.0
+ 2.8.1
pom
Ray Project Parent POM
An open source framework that provides a simple, universal API for building distributed applications.
diff --git a/python/requirements/test-requirements.txt b/python/requirements/test-requirements.txt
index 7f727f78af31..1b9eb2cb63c9 100644
--- a/python/requirements/test-requirements.txt
+++ b/python/requirements/test-requirements.txt
@@ -75,7 +75,6 @@ werkzeug==2.1.2
xlrd==2.0.1
yq==3.2.2
memray; platform_system != "Windows" and sys_platform != "darwin" and platform_machine != 'aarch64'
-memray @ git+https://github.com/bloomberg/memray.git; platform_system != "Windows" and sys_platform != "darwin" and platform_machine == 'aarch64'
# For doc tests
myst-parser==0.15.2