Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
goodwanghan authored Aug 15, 2024
1 parent 8c504c0 commit 9931f44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/setupsparkconnect.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
wget https://dlcdn.apache.org/spark/spark-3.5.1/spark-3.5.1-bin-hadoop3.tgz -O - | tar -xz -C /tmp
wget https://dlcdn.apache.org/spark/spark-3.5.2/spark-3.5.2-bin-hadoop3.tgz -O - | tar -xz -C /tmp
# export SPARK_NO_DAEMONIZE=1
bash /tmp/spark-3.5.1-bin-hadoop3/sbin/start-connect-server.sh --jars https://repo1.maven.org/maven2/org/apache/spark/spark-connect_2.12/3.5.1/spark-connect_2.12-3.5.1.jar
bash /tmp/spark-3.5.2-bin-hadoop3/sbin/start-connect-server.sh --jars https://repo1.maven.org/maven2/org/apache/spark/spark-connect_2.12/3.5.2/spark-connect_2.12-3.5.2.jar
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def get_version() -> str:
"numpy",
],
"polars": ["polars"],
"ibis": SQL_DEPENDENCIES + ["ibis-framework", "pandas<2.2"],
"ibis": SQL_DEPENDENCIES + ["ibis-framework[pandas]", "pandas<2.2"],
"notebook": ["notebook", "jupyterlab", "ipython>=7.10.0"],
"all": SQL_DEPENDENCIES
+ [
Expand All @@ -77,7 +77,7 @@ def get_version() -> str:
"duckdb>=0.5.0",
"pyarrow>=6.0.1",
"pandas>=2.0.2,<2.2", # because of Ray and ibis
"ibis-framework",
"ibis-framework[pandas]",
"polars",
],
},
Expand Down

0 comments on commit 9931f44

Please sign in to comment.