From 8dea9df55b600cbe7daf33bf290859db3afc9c18 Mon Sep 17 00:00:00 2001 From: Carwyn Pelley Date: Mon, 29 Jul 2024 16:30:38 +0100 Subject: [PATCH] BUG: Fix Scheduled Tests Sphinx-Pytest-Coverage 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