Skip to content

Commit

Permalink
chore(deps): remove the upper bounds for pyarrow
Browse files Browse the repository at this point in the history
  • Loading branch information
deepyaman committed Nov 16, 2024
1 parent abe378b commit a3be4f3
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
38 changes: 19 additions & 19 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ bigquery = [
"db-dtypes>=0.3,<2",
"google-cloud-bigquery>=3,<4",
"google-cloud-bigquery-storage>=2,<3",
"pyarrow>=10.0.1,<19",
"pyarrow>=10.0.1",
"pyarrow-hotfix>=0.4,<1",
"pydata-google-auth>=1.4.0,<2",
"numpy>=1.23.2,<3",
Expand All @@ -56,39 +56,39 @@ bigquery = [
]
clickhouse = [
"clickhouse-connect[arrow,pandas,numpy]>=0.5.23,<1",
"pyarrow>=10.0.1,<19",
"pyarrow>=10.0.1",
"pyarrow-hotfix>=0.4,<1",
"numpy>=1.23.2,<3",
"pandas>=1.5.3,<3",
"rich>=12.4.4,<14",
]
databricks = [
"databricks-sql-connector-core>=4,<5",
"pyarrow>=10.0.1,<19",
"pyarrow>=10.0.1",
"pyarrow-hotfix>=0.4,<1",
"numpy>=1.23.2,<3",
"pandas>=1.5.3,<3",
"rich>=12.4.4,<14",
]
datafusion = [
"datafusion>=0.6,<43",
"pyarrow>=10.0.1,<19",
"pyarrow>=10.0.1",
"pyarrow-hotfix>=0.4,<1",
"numpy>=1.23.2,<3",
"pandas>=1.5.3,<3",
"rich>=12.4.4,<14",
]
druid = [
"pydruid>=0.6.7,<1",
"pyarrow>=10.0.1,<19",
"pyarrow>=10.0.1",
"pyarrow-hotfix>=0.4,<1",
"numpy>=1.23.2,<3",
"pandas>=1.5.3,<3",
"rich>=12.4.4,<14",
]
duckdb = [
"duckdb>=0.10,<1.2",
"pyarrow>=10.0.1,<19",
"pyarrow>=10.0.1",
"pyarrow-hotfix>=0.4,<1",
"numpy>=1.23.2,<3",
"pandas>=1.5.3,<3",
Expand All @@ -97,38 +97,38 @@ duckdb = [
]
exasol = [
"pyexasol>=0.25.2,<1",
"pyarrow>=10.0.1,<19",
"pyarrow>=10.0.1",
"pyarrow-hotfix>=0.4,<1",
"numpy>=1.23.2,<3",
"pandas>=1.5.3,<3",
"rich>=12.4.4,<14",
]
flink = [
"pyarrow>=10.0.1,<19",
"pyarrow>=10.0.1",
"pyarrow-hotfix>=0.4,<1",
"numpy>=1.23.2,<3",
"pandas>=1.5.3,<3",
"rich>=12.4.4,<14",
]
impala = [
"impyla>=0.17,<1",
"pyarrow>=10.0.1,<19",
"pyarrow>=10.0.1",
"pyarrow-hotfix>=0.4,<1",
"numpy>=1.23.2,<3",
"pandas>=1.5.3,<3",
"rich>=12.4.4,<14",
]
mssql = [
"pyodbc>=4.0.39,<6",
"pyarrow>=10.0.1,<19",
"pyarrow>=10.0.1",
"pyarrow-hotfix>=0.4,<1",
"numpy>=1.23.2,<3",
"pandas>=1.5.3,<3",
"rich>=12.4.4,<14",
]
mysql = [
"mysqlclient>=2.2.4,<3",
"pyarrow>=10.0.1,<19",
"pyarrow>=10.0.1",
"pyarrow-hotfix>=0.4,<1",
"numpy>=1.23.2,<3",
"pandas>=1.5.3,<3",
Expand All @@ -137,7 +137,7 @@ mysql = [
oracle = [
"oracledb>=1.3.1,<3",
"packaging>=21.3,<25",
"pyarrow>=10.0.1,<19",
"pyarrow>=10.0.1",
"pyarrow-hotfix>=0.4,<1",
"numpy>=1.23.2,<3",
"pandas>=1.5.3,<3",
Expand All @@ -146,15 +146,15 @@ oracle = [
polars = [
"polars>=1,<2",
"packaging>=21.3,<25",
"pyarrow>=10.0.1,<19",
"pyarrow>=10.0.1",
"pyarrow-hotfix>=0.4,<1",
"numpy>=1.23.2,<3",
"pandas>=1.5.3,<3",
"rich>=12.4.4,<14",
]
postgres = [
"psycopg2>=2.8.4,<3",
"pyarrow>=10.0.1,<19",
"pyarrow>=10.0.1",
"pyarrow-hotfix>=0.4,<1",
"numpy>=1.23.2,<3",
"pandas>=1.5.3,<3",
Expand All @@ -163,39 +163,39 @@ postgres = [
pyspark = [
"pyspark>=3.3.3,<4",
"packaging>=21.3,<25",
"pyarrow>=10.0.1,<19",
"pyarrow>=10.0.1",
"pyarrow-hotfix>=0.4,<1",
"numpy>=1.23.2,<3",
"pandas>=1.5.3,<3",
"rich>=12.4.4,<14",
]
snowflake = [
"snowflake-connector-python>=3.0.2,<4,!=3.3.0b1",
"pyarrow>=10.0.1,<19",
"pyarrow>=10.0.1",
"pyarrow-hotfix>=0.4,<1",
"numpy>=1.23.2,<3",
"pandas>=1.5.3,<3",
"rich>=12.4.4,<14",
]
sqlite = [
"regex>=2021.7.6",
"pyarrow>=10.0.1,<19",
"pyarrow>=10.0.1",
"pyarrow-hotfix>=0.4,<1",
"numpy>=1.23.2,<3",
"pandas>=1.5.3,<3",
"rich>=12.4.4,<14",
]
risingwave = [
"psycopg2>=2.8.4,<3",
"pyarrow>=10.0.1,<19",
"pyarrow>=10.0.1",
"pyarrow-hotfix>=0.4,<1",
"numpy>=1.23.2,<3",
"pandas>=1.5.3,<3",
"rich>=12.4.4,<14",
]
trino = [
"trino>=0.321,<1",
"pyarrow>=10.0.1,<19",
"pyarrow>=10.0.1",
"pyarrow-hotfix>=0.4,<1",
"numpy>=1.23.2,<3",
"pandas>=1.5.3,<3",
Expand Down
38 changes: 19 additions & 19 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a3be4f3

Please sign in to comment.