Skip to content

Commit

Permalink
Update to pyarrow 7
Browse files Browse the repository at this point in the history
  • Loading branch information
tupui committed Apr 5, 2022
1 parent 4fac07e commit e042ccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set version = "5.10.2" %} # PEP 386
{% set source_version = version %}
{% set base_version = version %}
{% set number = "5" %}
{% set number = "6" %}
{% set cuda_enabled = cuda_compiler_version is not undefined and cuda_compiler_version == '11.0' %}
{% set build_ext_version = "1.0.0" %}
{% set build_ext = "cuda" if cuda_enabled else "cpu" %}
Expand All @@ -10,7 +10,7 @@
{% set py_build_string_ext = "py{}{}_{}".format(CONDA_PY, build_string, build_ext) %}
{% set py_build_string = "py{}{}".format(CONDA_PY, build_string) %}
{% set install_base = "opt/omnisci" %}
{% set arrow_version = "6.*" %}
{% set arrow_version = "7.*" %}
{% set arrow_proc_version = "3.*" %}
{% set pythrift_version = "0.16.*" %}
{% set thrift_version = "0.16.*" %}
Expand Down

0 comments on commit e042ccc

Please sign in to comment.