Skip to content

Commit

Permalink
Updated Ibis, DuckDB, and PyArrow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
prmoore77 committed Nov 27, 2023
1 parent 55120ca commit fa5b229
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ classifiers = [
]
keywords = ["flight-ibis", "flight", "ibis"]
dependencies = [
"pyarrow==13.0.*",
"click==8.1.*",
"duckdb==0.9.*",
"ibis-framework[duckdb]==7.0.*",
"pyarrow==14.0.1",
"click==8.1.7",
"duckdb==0.9.2",
"ibis-framework[duckdb]==7.1.0",
"munch==4.0.*",
"pyOpenSSL==23.2.*",
"pyOpenSSL==23.3.*",
"cryptography==41.0.*",
"pyjwt==2.8.*",
"codetiming==1.4.*",
"pyspark==3.5.*",
"urllib3==2.0.*"
"urllib3==2.1.*"
]
requires-python = ">=3.8"

Expand Down

0 comments on commit fa5b229

Please sign in to comment.