Skip to content

Commit

Permalink
Up more version bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Aug 25, 2023
1 parent 18a2325 commit eabed74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
- python>=3.9
- pyarrow>=7.0,<13
- pyarrow>=7.0,<14
- sel(unix): unixodbc
- c-compiler
- cxx-compiler
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,11 +266,11 @@ def get_extension_modules():
packages=["turbodbc"],
setup_requires=[
"pybind11>=2.10.4",
"pyarrow>=7,<13",
"pyarrow>=7,<14",
"numpy>=1.20",
],
install_requires=[],
extras_require={"arrow": ["pyarrow>=7.0,<13"], "numpy": "numpy>=1.20.0"},
extras_require={"arrow": ["pyarrow>=7.0,<14"], "numpy": "numpy>=1.20.0"},
python_requires=">=3.9",
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit eabed74

Please sign in to comment.