From c5090d01724685e674f72a708b423aeb2830abd8 Mon Sep 17 00:00:00 2001
From: Willem-Jan Vriend <wjvriend@astro.rug.nl>
Date: Fri, 14 Oct 2022 12:39:44 +0200
Subject: [PATCH] specify python without sub version and without ==

---
 conda-recipe/meta.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml
index d4c03831d..366598c9b 100644
--- a/conda-recipe/meta.yaml
+++ b/conda-recipe/meta.yaml
@@ -19,7 +19,8 @@ source:
 
 requirements:
   run:
-    - python ==3.10
+    # specify without sub version and without == to get the latest sub version
+    - python 3.10
     - numpy
     # TODO remove? not used ?!
     #- python-dateutil
-- 
GitLab