Skip to content

Commit

Permalink
Merge pull request #423 from gblivegblive/pyproject-pyarrow-version-fix
Browse files Browse the repository at this point in the history
Update pyproject.toml to include pyarrow < 16
  • Loading branch information
xhochy authored Apr 29, 2024
2 parents 12637eb + d746107 commit c050ba5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion earthly/odbc/odbcinst.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Threading = 2

[ODBC Driver 17 for SQL Server]
Description = Microsoft ODBC Driver 17 for SQL Server
Driver = /opt/microsoft/msodbcsql17/lib64/libmsodbcsql-17.10.so.5.1
Driver = /opt/microsoft/msodbcsql17/lib64/libmsodbcsql-17.10.so.6.1
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ['setuptools', 'wheel', 'pyarrow>=7', 'pybind11', 'oldest-supported-numpy']
requires = ['setuptools', 'wheel', 'pyarrow>=7,<16', 'pybind11', 'oldest-supported-numpy']

[tool.black]
exclude = '''
Expand Down

0 comments on commit c050ba5

Please sign in to comment.