Skip to content

Commit f71836c

Browse files
committed
fix build issues
1 parent af43d4f commit f71836c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

build-wheels.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ cd io
1111
PYBIN="/opt/python/cp${PYTHON_VERSION//.}-cp${PYTHON_VERSION//.}/bin"
1212

1313
# Install necessary packages
14-
"${PYBIN}/python" -m pip install -U setuptools wheel setuptools-rust numpy cython==3.1.2 pyarrow
15-
"${PYBIN}/python" -c "import pyarrow; pyarrow.create_library_symlinks();"
14+
"${PYBIN}/python" -m pip install -U setuptools wheel setuptools-rust numpy cython==3.1.2
15+
#"${PYBIN}/python" -c "import pyarrow; pyarrow.create_library_symlinks();"
1616

1717
# Build the wheel
1818
"${PYBIN}/python" setup.py bdist_wheel

opteryx/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__build__ = 1374
1+
__build__ = 1375
22

33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ numpy>=2.0.0
33
orjson
44
orso>=0.0.204
55
psutil
6-
pyarrow==20.*
6+
pyarrow>=20.*
77
requests

0 commit comments

Comments
 (0)