Skip to content

Commit 84bc14c

Browse files
committed
Revert "TEST: add optional dependencies as conda test requirements"
1 parent 218c460 commit 84bc14c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

condarecipe/larray/meta.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,9 @@ requirements:
2727

2828
test:
2929
requires:
30+
# do not add optional dependencies here, as those are already tested in
31+
# the CI workflow, but testing whether the tests run without them is not
3032
- pytest
31-
- pytables
32-
- matplotlib-base
33-
- openpyxl
34-
- xlsxwriter
35-
- pydantic >=2
3633

3734
imports:
3835
- larray

0 commit comments

Comments
 (0)