Skip to content

Commit

Permalink
The project needs pyspark and delta-spark not just in dev mode, also …
Browse files Browse the repository at this point in the history
…in regular installs. Otherwise you get an error like ImportError: cannot import name 'configure_spark_with_delta_pip' from 'delta' (/home/holden/miniconda3/lib/python3.10/site-packages/delta/__init__.py)
  • Loading branch information
holdenk committed Sep 13, 2023
1 parent 915fffc commit e5477b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ packages = [{ include = "spark_expectations" }]
[tool.poetry.dependencies]
python = "^3.8.9"
pluggy = "1.0.0"
pyspark = "^3.0.0"
delta-spark = "^2.1.0"

[tool.poetry.group.dev.dependencies]
black = "23.3.0"
Expand Down

0 comments on commit e5477b1

Please sign in to comment.