From 9071ac69e9a749b79843c952c5255b8cd8b73be9 Mon Sep 17 00:00:00 2001 From: Mike Henry <11765982+mikemhenry@users.noreply.github.com> Date: Fri, 17 May 2024 11:26:13 -0700 Subject: [PATCH] remove setuptools pins, I think this is now fixed upstream --- recipe/meta.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index e42792f..8b0b474 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -61,7 +61,6 @@ requirements: {% endif %} run: - python - - setuptools >=69 # [py>=312] - torchani >=2.2.4 run_constrained: # additional run constraint to the one from the (version-only) run_export;