From 737b85869c824a18c927650568d7b1b81d80a997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Saugat=20Pachhai=20=28=E0=A4=B8=E0=A5=8C=E0=A4=97=E0=A4=BE?= =?UTF-8?q?=E0=A4=A4=29?= Date: Mon, 27 Jan 2025 22:33:32 +0545 Subject: [PATCH] drop `dask-expr` dependency from downstream tests --- ci/environment-downstream.yml | 1 - pyproject.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/ci/environment-downstream.yml b/ci/environment-downstream.yml index d09f72df6..7b02e61ed 100644 --- a/ci/environment-downstream.yml +++ b/ci/environment-downstream.yml @@ -5,4 +5,3 @@ dependencies: - python=3.11 - pip: - git+https://github.com/dask/dask - - git+https://github.com/dask/dask-expr diff --git a/pyproject.toml b/pyproject.toml index d4d9f49f5..9c2355625 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -122,7 +122,6 @@ test_full = [ ] test_downstream = [ "dask[dataframe,test]", - "dask-expr", "moto[server]>4,<5", "pytest-timeout", "xarray",