Skip to content

Commit

Permalink
align some selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed May 1, 2023
1 parent 58b14e1 commit 56d2620
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ outputs:

- name: libarrow
script: build-arrow.sh # [not win]
script: bld-arrow.bat # [win]
script: bld-arrow.bat # [win]
version: {{ version }}
build:
string: h{{ PKG_HASH }}_{{ PKG_BUILDNUM }}_{{ build_ext }}
Expand Down Expand Up @@ -201,7 +201,7 @@ outputs:

- name: pyarrow
script: build-pyarrow.sh # [not win]
script: bld-pyarrow.bat # [win]
script: bld-pyarrow.bat # [win]
version: {{ version }}
build:
string: py{{ CONDA_PY }}h{{ PKG_HASH }}_{{ PKG_BUILDNUM }}_{{ build_ext }}
Expand Down Expand Up @@ -293,7 +293,7 @@ outputs:

- name: pyarrow-tests
script: build-pyarrow.sh # [not win]
script: bld-pyarrow.bat # [win]
script: bld-pyarrow.bat # [win]
version: {{ version }}
build:
string: py{{ CONDA_PY }}h{{ PKG_HASH }}_{{ PKG_BUILDNUM }}_{{ build_ext }}
Expand Down Expand Up @@ -335,7 +335,7 @@ outputs:
- {{ compiler("cxx") }} # [linux]
- pytest
- pytest-lazy-fixture
- backports.zoneinfo # [py<39]
- backports.zoneinfo # [py<39]
- cffi
- cloudpickle
- cython
Expand All @@ -345,7 +345,7 @@ outputs:
- pandas
- scipy
# not all OSes/arches available in conda-forge
- pytorch * # [unix and not ppc64le]
- pytorch * # [unix and not ppc64le]
# not yet rebuilt for libabseil 20230125
# - tensorflow # [unix and x86_64 and py<311]
# we're not building java bindings
Expand Down

0 comments on commit 56d2620

Please sign in to comment.