From 66dead6a23f4ea8cc1140eda0c95812dc3412957 Mon Sep 17 00:00:00 2001 From: Peter Chang Date: Tue, 29 Oct 2024 16:26:05 +0000 Subject: [PATCH] Fix conda build by adding example directory Also add setuptools for Python 3.13 --- conda/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conda/meta.yaml b/conda/meta.yaml index 644d70d..0d1708b 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -17,6 +17,7 @@ requirements: host: - python >=3.10 - pip + - setuptools run: - python >=3.10 - h5py >=3 @@ -28,6 +29,7 @@ test: imports: - {{ name }} source_files: + - example - tests requires: - parameterized