Skip to content

Commit

Permalink
ARROW-8291: [Packaging] Conda nightly builds can't locate Numpy
Browse files Browse the repository at this point in the history
Closes #6786 from kszucs/conda-cmake

Authored-by: Krisztián Szűcs <szucs.krisztian@gmail.com>
Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>
  • Loading branch information
kszucs authored and nealrichardson committed Apr 1, 2020
1 parent 156d449 commit 38a4134
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/tasks/conda-recipes/arrow-cpp/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build:

requirements:
build:
- cmake
- cmake 3.16.*
- autoconf # [unix]
- ninja
- {{ compiler('c') }}
Expand Down
2 changes: 1 addition & 1 deletion dev/tasks/conda-recipes/pyarrow/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build:

requirements:
build:
- cmake
- cmake 3.16.*
- ninja
- {{ compiler('c') }}
- {{ compiler('cxx') }}
Expand Down

0 comments on commit 38a4134

Please sign in to comment.