package: name: aare version: 2024.10.30.dev1 #TODO! how to not duplicate this? source: path: .. build: number: 0 script: - unset CMAKE_GENERATOR && {{ PYTHON }} -m pip install . -vv # [not win] - {{ PYTHON }} -m pip install . -vv # [win] requirements: build: - python - {{ compiler('cxx') }} - numpy >=2.0.0 host: - cmake - ninja - python - pip - scikit-build-core - pybind11 >=2.13.0 - fmt - zeromq - nlohmann_json - catch2 - numpy >=2.0.0 run: - python - numpy >=2.0.0 test: imports: - aare # requires: # - pytest # source_files: # - tests # commands: # - pytest tests about: summary: An example project built with pybind11 and scikit-build. # license_file: LICENSE