From 4fe11949fd8426842d7085b7393c10e6c5c6c899 Mon Sep 17 00:00:00 2001 From: dougiesquire Date: Wed, 28 Feb 2024 16:44:37 +1100 Subject: [PATCH] pin intake=0.7.0 --- .conda/meta.yaml | 2 +- ci/environment-3.10.yml | 1 + ci/environment-3.11.yml | 1 + ci/environment-3.9.yml | 1 + pyproject.toml | 2 +- 5 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.conda/meta.yaml b/.conda/meta.yaml index c393746b..dae33cbc 100644 --- a/.conda/meta.yaml +++ b/.conda/meta.yaml @@ -22,7 +22,7 @@ requirements: - python >=3.9 - cftime - ecgtools>=2023.7.13 - - intake>=0.7.0 + - intake==0.7.0 - intake-dataframe-catalog>=0.2.3 - intake-esm>=2023.10.27 - jsonschema diff --git a/ci/environment-3.10.yml b/ci/environment-3.10.yml index 8906621f..d18c2730 100644 --- a/ci/environment-3.10.yml +++ b/ci/environment-3.10.yml @@ -7,6 +7,7 @@ dependencies: - python==3.10 - cftime - ecgtools>=2023.7.13 + - intake==0.7.0 - intake-dataframe-catalog>=0.2.3 - intake-esm>=2023.10.27 - jsonschema diff --git a/ci/environment-3.11.yml b/ci/environment-3.11.yml index bd6255fb..6390cfc3 100644 --- a/ci/environment-3.11.yml +++ b/ci/environment-3.11.yml @@ -7,6 +7,7 @@ dependencies: - python==3.11 - cftime - ecgtools>=2023.7.13 + - intake==0.7.0 - intake-dataframe-catalog>=0.2.3 - intake-esm>=2023.10.27 - jsonschema diff --git a/ci/environment-3.9.yml b/ci/environment-3.9.yml index b1916572..044b7845 100644 --- a/ci/environment-3.9.yml +++ b/ci/environment-3.9.yml @@ -7,6 +7,7 @@ dependencies: - python>=3.9.2 # see https://github.com/dask/distributed/issues/7956 - cftime - ecgtools>=2023.7.13 + - intake==0.7.0 - intake-dataframe-catalog>=0.2.3 - intake-esm>=2023.10.27 - jsonschema diff --git a/pyproject.toml b/pyproject.toml index ab30b18e..e5490b9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ dependencies = [ "cftime", "ecgtools>=2023.7.13", - "intake>=0.7.0", + "intake==0.7.0", "intake-dataframe-catalog>=0.2.3", "intake-esm>=2023.10.27", "jsonschema",