From f35c00fd06891c512d6b35440eb1ec2fe68dd569 Mon Sep 17 00:00:00 2001 From: Carwyn Pelley Date: Tue, 30 Jul 2024 08:48:35 +0100 Subject: [PATCH] BUG: Fix Scheduled Tests Sphinx-Pytest-Coverage (#2021) Pulling over pinned packages introduced to the `conda-forge.yml` into the `latest.yml` file. https://github.com/metoppv/improver/pull/2011 --- envs/latest.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/envs/latest.yml b/envs/latest.yml index 72c61d8f7f..dbe90fc694 100644 --- a/envs/latest.yml +++ b/envs/latest.yml @@ -45,3 +45,6 @@ dependencies: - sphinx-autodoc-typehints - sphinx_rtd_theme - threadpoolctl + # Pinned dependencies of dependencies + - pillow<=10.0.1 # https://github.com/metoppv/improver/issues/2010 + - pandas<=2.0.0 # https://github.com/metoppv/improver/issues/2010