mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-24 20:21:09 +02:00
further cleanup of host
This commit is contained in:
@ -3,11 +3,3 @@ python:
|
||||
- 3.12
|
||||
- 3.13
|
||||
|
||||
numpy:
|
||||
- 2.0
|
||||
- 2.1
|
||||
- 2.1
|
||||
|
||||
zip_keys:
|
||||
- python
|
||||
- numpy
|
@ -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
|
||||
summary: Data analysis library for hybrid pixel detectors from PSI
|
||||
|
Reference in New Issue
Block a user