mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-23 20:07:59 +02:00
added numpy as dep
This commit is contained in:
@ -15,6 +15,7 @@ requirements:
|
||||
build:
|
||||
- python
|
||||
- {{ compiler('cxx') }}
|
||||
- numpy >=2.0.0
|
||||
|
||||
host:
|
||||
- cmake
|
||||
@ -27,11 +28,11 @@ requirements:
|
||||
- zeromq
|
||||
- nlohmann_json
|
||||
- catch2
|
||||
- numpy
|
||||
- numpy >=2.0.0
|
||||
|
||||
run:
|
||||
- python
|
||||
- numpy
|
||||
- numpy >=2.0.0
|
||||
|
||||
|
||||
test:
|
||||
|
Reference in New Issue
Block a user