From 34e51ae6167fc30008ead2787ae98a7c95419dc2 Mon Sep 17 00:00:00 2001 From: Ken Lauer <152229072+ken-lauer@users.noreply.github.com> Date: Wed, 23 Oct 2024 12:03:39 -0700 Subject: [PATCH] BLD: add <3.13 pin again - this is required, conda-forge-bot We can't even import `pint` in 3.13 due to bug in pint https://github.com/hgrecco/pint/issues/2065 - which means we can't build with it here. --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 0c1e293..553e91b 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -16,11 +16,11 @@ build: requirements: host: - - python >=3.9 + - python >=3.9,<3.13 - pip - setuptools run: - - python >=3.9 + - python >=3.9,<3.13 - h5py - matplotlib-base - numpy