diff --git a/conda-recipe/conda_build_config.yaml b/conda-recipe/conda_build_config.yaml index 8c44084..6d3d479 100644 --- a/conda-recipe/conda_build_config.yaml +++ b/conda-recipe/conda_build_config.yaml @@ -3,11 +3,3 @@ python: - 3.12 - 3.13 -numpy: - - 2.0 - - 2.1 - - 2.1 - -zip_keys: - - python - - numpy \ No newline at end of file diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 17fade8..f3d4478 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -15,22 +15,19 @@ requirements: - {{ compiler('cxx') }} - cmake - ninja - - pip - catch2 host: - - python {{python}} - - numpy {{numpy}} + - python + - pip + - numpy=2.1 - scikit-build-core - pybind11 >=2.13.0 - - fmt - - zeromq - - nlohmann_json - matplotlib # needed in host to solve the environment for run run: - - python {{python}} + - python - {{ pin_compatible('numpy') }} - matplotlib @@ -47,5 +44,4 @@ test: - python -m pytest python/tests about: - summary: An example project built with pybind11 and scikit-build. - # license_file: LICENSE \ No newline at end of file + summary: Data analysis library for hybrid pixel detectors from PSI