Skip to content

Commit

Permalink
Merge branch 'eakmanrq:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
eredzik authored Nov 4, 2024
2 parents 334f633 + d2553fe commit f27c652
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
setup_requires=["setuptools_scm"],
python_requires=">=3.8",
install_requires=[
"prettytable<3.11.1",
"prettytable<3.12.1",
"sqlglot>=24.0.0,<25.29",
"typing_extensions>=4.8,<5",
],
Expand All @@ -32,7 +32,7 @@
"duckdb>=0.9,<1.2",
"findspark>=2,<3",
"mypy>=1.10.0,<1.14",
"openai>=1.30,<1.53",
"openai>=1.30,<1.54",
"pandas>=2,<3",
"pandas-stubs>=2,<3",
"psycopg>=3.1,<4",
Expand All @@ -58,7 +58,7 @@
"pandas>=2,<3",
],
"openai": [
"openai>=1.30,<1.53",
"openai>=1.30,<1.54",
],
"pandas": [
"pandas>=2,<3",
Expand Down

0 comments on commit f27c652

Please sign in to comment.