Skip to content

Commit 006fcaa

Browse files
committed
Fix conda build by adding example directory
Also add setuptools for Python 3.13
1 parent 0fb1c4f commit 006fcaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conda/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ requirements:
1717
host:
1818
- python >=3.10
1919
- pip
20+
- setuptools
2021
run:
2122
- python >=3.10
2223
- h5py >=3
@@ -28,6 +29,7 @@ test:
2829
imports:
2930
- {{ name }}
3031
source_files:
32+
- example
3133
- tests
3234
requires:
3335
- parameterized

0 commit comments

Comments
 (0)