Skip to content

Commit 218c460

Browse files
committed
TEST: add optional dependencies as conda test requirements
so that the corresponding tests are run when creating the conda package
1 parent cceb7b4 commit 218c460

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

condarecipe/larray/meta.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ requirements:
2828
test:
2929
requires:
3030
- pytest
31+
- pytables
32+
- matplotlib-base
33+
- openpyxl
34+
- xlsxwriter
35+
- pydantic >=2
3136

3237
imports:
3338
- larray

0 commit comments

Comments
 (0)