From c731df840ea6dac285389fecf0a3f845085ba795 Mon Sep 17 00:00:00 2001 From: Leon Rauschning <99650940+lrauschning@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:38:55 +0800 Subject: [PATCH] remove python version bound --- conda.recipe/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index fd926fe..24eb7be 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -20,7 +20,7 @@ requirements: - {{ compiler('c') }} - {{ compiler('cxx') }} host: - - python >=3.8,<=3.10 + - python >=3.8 - setuptools - numpy >=1.21.2 # Please review cython pinning on future releases @@ -28,7 +28,7 @@ requirements: - cython - libxcrypt run: - - python >=3.8,<=3.10 + - python >=3.8 - numpy >=1.21.2 - pandas >=1.2.4 - scipy >=1.6.2 @@ -52,4 +52,4 @@ about: extra: maintainers: - - mnshgl0110 \ No newline at end of file + - mnshgl0110