Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import pyarrow-hotfix #669

Merged
merged 1 commit into from Mar 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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