Skip to content

Commit

Permalink
Rename the spark-classic to connect & update makefile to install thes…
Browse files Browse the repository at this point in the history
…e deps
  • Loading branch information
nijanthanvijayakumar committed Jul 15, 2024
1 parent 1d8a0de commit b44a025
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ all: help

.PHONY: install_test
install_test:
@poetry install --with=development,testing
@poetry install --with=development,testing --extras connect

.PHONY: install_deps
install_deps:
Expand Down
4 changes: 2 additions & 2 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ grpcio = { version = "^1.48.1", optional = true }
grpcio-status = { version = "^1.64.1", optional = true }

[tool.poetry.extras]
spark-classic = ["pyarrow", "pandas", "numpy", "grpcio", "grpcio-status"]
connect = ["pyarrow", "pandas", "numpy", "grpcio", "grpcio-status"]

###########################################################################
# DEPENDENCY GROUPS
Expand Down

0 comments on commit b44a025

Please sign in to comment.