diff --git a/buildscripts/hpat-conda-recipe/meta.yaml b/buildscripts/hpat-conda-recipe/meta.yaml index 6a8cd4957..5b7b4622c 100644 --- a/buildscripts/hpat-conda-recipe/meta.yaml +++ b/buildscripts/hpat-conda-recipe/meta.yaml @@ -1,3 +1,6 @@ +{% set PYARROW_VERSION = "==0.15.0" %} +{% set ARROW_CPP_VERSION = "==0.15.0" %} + package: name: hpat version: {{ GIT_DESCRIBE_TAG }} @@ -26,8 +29,8 @@ requirements: - numba ==0.46 - numpy - pandas >=0.23 - - pyarrow ==0.15.0 - - arrow-cpp ==0.15.0 + - pyarrow {{ PYARROW_VERSION }} + - arrow-cpp {{ ARROW_CPP_VERSION }} - boost - hdf5 - h5py @@ -41,8 +44,8 @@ requirements: - python - {{ pin_compatible('numpy') }} - pandas >=0.23 - - pyarrow ==0.15.0 - - arrow-cpp ==0.15.0 + - pyarrow {{ PYARROW_VERSION }} + - arrow-cpp {{ ARROW_CPP_VERSION }} - boost - numba ==0.46 - mpich # [not win]