Skip to content

Commit

Permalink
Merge pull request #37 from TileDB-Inc/ss/loosen-pyarrow
Browse files Browse the repository at this point in the history
Loosen pyarrow pinning
  • Loading branch information
Shelnutt2 authored Aug 4, 2023
2 parents d211e25 + edc5f25 commit 7c4be53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ source:


build:
number: 0
number: 1
skip: true # [win or linux32 or py2k]
# Important: set this back to 0 on a new release

Expand Down Expand Up @@ -73,7 +73,7 @@ outputs:
- python # [build_platform != target_platform]
- cross-python_{{ target_platform }} # [build_platform != target_platform]
- pybind11 # [build_platform != target_platform]
- pyarrow 9.0.* # [build_platform != target_platform]
- pyarrow # [build_platform != target_platform]
- numpy # [build_platform != target_platform]
host:
- python
Expand All @@ -87,12 +87,12 @@ outputs:
- setuptools_scm
- wheel
- numpy
- pyarrow 9.0.*
- pyarrow
run:
- {{ pin_compatible('numpy', lower_bound='1.16', upper_bound='1.24') }}
- {{ pin_subpackage('libtiledbsoma', exact=True) }}
- pandas
- pyarrow 9.0.*
- pyarrow
- python
- scipy
- anndata # [py>37]
Expand Down

0 comments on commit 7c4be53

Please sign in to comment.