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