diff --git a/recipes/meta/conda_build_config.yaml b/recipes/meta/conda_build_config.yaml index db61a281b2163..2b0d6aec97fb4 100644 --- a/recipes/meta/conda_build_config.yaml +++ b/recipes/meta/conda_build_config.yaml @@ -1,3 +1,21 @@ build_variant: - "osmesa" # [linux] - "qt" # [osx] + +python: + - 3.8.* *_cpython + - 3.9.* *_cpython + - 3.10.* *_cpython + - 3.11.* *_cpython + +python_impl: + - cpython + - cpython + - cpython + - cpython + +numpy: + - 1.22 + - 1.22 + - 1.22 + - 1.23 diff --git a/recipes/meta/meta.yaml b/recipes/meta/meta.yaml index 8fa2b84089f1f..33b28e1e57fe5 100644 --- a/recipes/meta/meta.yaml +++ b/recipes/meta/meta.yaml @@ -23,7 +23,7 @@ requirements: - make # [not win] host: - - python >=3.9,<3.12 + - python - pip - setuptools - libboost-python-devel >=1.82.0,<1.83.0 @@ -36,8 +36,8 @@ requirements: run: - qhull - - python >=3.9,<3.12 - - numpy >=1.21,<2 + - python + - numpy - nibabel - pandas - pyvista