From 91903fbb942c326e0313bd7388ad35a9a902325f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B8xbro=20Hansen?= Date: Mon, 16 Dec 2024 12:28:16 +0100 Subject: [PATCH] compat: Add upper pin for intake-xarray --- envs/py3.10-tests.yaml | 2 +- envs/py3.11-docs.yaml | 2 +- envs/py3.11-tests.yaml | 2 +- envs/py3.12-tests.yaml | 2 +- envs/py3.9-tests.yaml | 2 +- pyproject.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/envs/py3.10-tests.yaml b/envs/py3.10-tests.yaml index 6d17eab82..ab421d415 100644 --- a/envs/py3.10-tests.yaml +++ b/envs/py3.10-tests.yaml @@ -31,7 +31,7 @@ dependencies: - holoviews>=1.19.0 - ibis-duckdb - intake-parquet>=0.2.3 - - intake-xarray>=0.5.0 + - intake-xarray<2,>=0.5.0 - intake<2.0.0,>=0.6.5 - ipywidgets - jinja2 diff --git a/envs/py3.11-docs.yaml b/envs/py3.11-docs.yaml index 2d230832f..432c0edb4 100644 --- a/envs/py3.11-docs.yaml +++ b/envs/py3.11-docs.yaml @@ -31,7 +31,7 @@ dependencies: - holoviews>=1.19.0 - ibis-duckdb - intake-parquet>=0.2.3 - - intake-xarray>=0.5.0 + - intake-xarray<2,>=0.5.0 - intake<2.0.0,>=0.6.5 - ipywidgets - jinja2 diff --git a/envs/py3.11-tests.yaml b/envs/py3.11-tests.yaml index 292decce8..2ceb1523a 100644 --- a/envs/py3.11-tests.yaml +++ b/envs/py3.11-tests.yaml @@ -31,7 +31,7 @@ dependencies: - holoviews>=1.19.0 - ibis-duckdb - intake-parquet>=0.2.3 - - intake-xarray>=0.5.0 + - intake-xarray<2,>=0.5.0 - intake<2.0.0,>=0.6.5 - ipywidgets - jinja2 diff --git a/envs/py3.12-tests.yaml b/envs/py3.12-tests.yaml index a429d17eb..7f1478483 100644 --- a/envs/py3.12-tests.yaml +++ b/envs/py3.12-tests.yaml @@ -31,7 +31,7 @@ dependencies: - holoviews>=1.19.0 - ibis-duckdb - intake-parquet>=0.2.3 - - intake-xarray>=0.5.0 + - intake-xarray<2,>=0.5.0 - intake<2.0.0,>=0.6.5 - ipywidgets - jinja2 diff --git a/envs/py3.9-tests.yaml b/envs/py3.9-tests.yaml index 5b354ff7f..0d002c0cf 100644 --- a/envs/py3.9-tests.yaml +++ b/envs/py3.9-tests.yaml @@ -30,7 +30,7 @@ dependencies: - holoviews>=1.19.0 - ibis-duckdb - intake-parquet>=0.2.3 - - intake-xarray>=0.5.0 + - intake-xarray<2,>=0.5.0 - intake<2.0.0,>=0.6.5 - ipywidgets - jinja2 diff --git a/pyproject.toml b/pyproject.toml index 65f438ce1..435faafcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,7 +113,7 @@ examples = [ "hvplot[fugue-sql]", "ibis-framework[duckdb]", # ibis-duckdb on conda "intake-parquet >=0.2.3", - "intake-xarray >=0.5.0", + "intake-xarray >=0.5.0,<2", "intake >=0.6.5,<2.0.0", "ipywidgets", "networkx >=2.6.3",