Skip to content

Commit

Permalink
Import pyarrow-hotfix (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak committed Mar 21, 2024
1 parent 65954c0 commit 8197381
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions apis/python/src/tiledbvcf/__init__.py
@@ -1,5 +1,6 @@
# Initialize pyarrow first.
import pyarrow
import pyarrow_hotfix

import ctypes
import os
Expand Down
1 change: 1 addition & 0 deletions ci/gha-win-env.yml
Expand Up @@ -14,6 +14,7 @@ dependencies:
- numpy
- pandas<2.0
- pyarrow=9.0
- pyarrow-hotfix
- pybind11
- python
- rpdb
Expand Down
1 change: 1 addition & 0 deletions ci/nightly/requirements.txt
@@ -1,6 +1,7 @@
numpy
pandas
pyarrow==11
pyarrow-hotfix
pybind11
setuptools
setuptools_scm
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile-py
Expand Up @@ -34,6 +34,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
RUN pip install --no-cache-dir \
pandas \
pyarrow \
pyarrow-hotfix \
setuptools_scm \
tiledb

Expand Down

0 comments on commit 8197381

Please sign in to comment.