From 5ddd11e00f79307f03af14526efa276db72f30ca Mon Sep 17 00:00:00 2001 From: Jan Heinrich Reimer Date: Wed, 3 Jul 2024 13:11:02 +0200 Subject: [PATCH] Add examples dependencies --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 303fd89..1bde44c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,10 @@ tests =[ "pyarrow-stubs~=10.0", "ruff~=0.5.0", ] +examples =[ + "elasticsearch~=8.14", + "ray[default]~=2.31", +] [project.urls] "Homepage" = "https://github.com/heinrichreimer/ray-elasticsearch"