mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-07-06 01:34:47 +02:00
further cleanup of host
This commit is contained in:
@ -3,11 +3,3 @@ python:
|
|||||||
- 3.12
|
- 3.12
|
||||||
- 3.13
|
- 3.13
|
||||||
|
|
||||||
numpy:
|
|
||||||
- 2.0
|
|
||||||
- 2.1
|
|
||||||
- 2.1
|
|
||||||
|
|
||||||
zip_keys:
|
|
||||||
- python
|
|
||||||
- numpy
|
|
@ -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
|
|
||||||
|
Reference in New Issue
Block a user