diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml deleted file mode 100644 index c23d550..0000000 --- a/conda.recipe/meta.yaml +++ /dev/null @@ -1,40 +0,0 @@ -package: - name: epiworldpy - version: 0.0.1 - -source: - path: .. - -build: - number: 0 - script: {{ PYTHON }} -m pip install . -vv - -requirements: - build: - - python - - {{ compiler('cxx') }} - - host: - - python - - pip - - scikit-build-core - - pybind11 >=2.10.0 - - run: - - python - - numpy - - -test: - imports: - - epiworldpy - requires: - - pytest - source_files: - - tests - commands: - - pytest tests - -about: - summary: An example project built with pybind11 and scikit-build. - license_file: LICENSE