From 79ab3f0fa0e0fa1b2d14e22c76aa1b0bc601c08f Mon Sep 17 00:00:00 2001 From: Milo Banks Date: Thu, 16 Jan 2025 10:40:31 -0700 Subject: [PATCH] Remove Conda (#87) * [pypa] * [meta] revert * [conda] remove * [gitignore] revert --- conda.recipe/meta.yaml | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 conda.recipe/meta.yaml 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