Skip to content

Commit 34eb81e

Browse files
Added some helpful comments to meta.yaml to indicate some additional
build-time dependencies that are assumed to be present on CI systems but may not be present in general.
1 parent ede1111 commit 34eb81e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

conda.recipe/meta.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ requirements:
2020
- cython >=0.24
2121
- numpy
2222
- libdynd
23+
# Needed for version tags, not necessary on CI systems since it's already there.
24+
# Comment it out to avoid the unnecessary download.
25+
#- git
26+
# CMake is also needed in general but not necessary on CI systems
27+
#- cmake
2328
run:
2429
- python
2530
- numpy

0 commit comments

Comments
 (0)