Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
Merge 5b2972e into db43e32
Browse files Browse the repository at this point in the history
  • Loading branch information
PokhodenkoSA committed Oct 25, 2019
2 parents db43e32 + 5b2972e commit afa7d60
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions buildscripts/hpat-conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{% set PYARROW_VERSION = "==0.15.0" %}
{% set ARROW_CPP_VERSION = "==0.15.0" %}

package:
name: hpat
version: {{ GIT_DESCRIBE_TAG }}
Expand Down Expand Up @@ -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
Expand All @@ -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]
Expand Down

0 comments on commit afa7d60

Please sign in to comment.