further cleanup of host
All checks were successful
Build on RHEL9 / build (push) Successful in 1m54s
Build on RHEL8 / build (push) Successful in 2m12s

This commit is contained in:
froejdh_e
2025-04-24 14:39:20 +02:00
parent de84c073a3
commit ab13d82c21
2 changed files with 5 additions and 17 deletions

View File

@ -3,11 +3,3 @@ python:
- 3.12 - 3.12
- 3.13 - 3.13
numpy:
- 2.0
- 2.1
- 2.1
zip_keys:
- python
- numpy

View File

@ -15,22 +15,19 @@ requirements:
- {{ compiler('cxx') }} - {{ compiler('cxx') }}
- cmake - cmake
- ninja - ninja
- pip
- catch2 - catch2
host: host:
- python {{python}} - python
- numpy {{numpy}} - pip
- numpy=2.1
- scikit-build-core - scikit-build-core
- pybind11 >=2.13.0 - pybind11 >=2.13.0
- fmt
- zeromq
- nlohmann_json
- matplotlib # needed in host to solve the environment for run - matplotlib # needed in host to solve the environment for run
run: run:
- python {{python}} - python
- {{ pin_compatible('numpy') }} - {{ pin_compatible('numpy') }}
- matplotlib - matplotlib
@ -47,5 +44,4 @@ test:
- python -m pytest python/tests - python -m pytest python/tests
about: about:
summary: An example project built with pybind11 and scikit-build. summary: Data analysis library for hybrid pixel detectors from PSI
# license_file: LICENSE