Skip to content

Commit

Permalink
Revert "fix(spark): make sparkle an optional dependency"
Browse files Browse the repository at this point in the history
This reverts commit 7b25e27.
  • Loading branch information
kkiani committed Sep 10, 2024
1 parent e9ccc0f commit 8d00a87
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
1 change: 0 additions & 1 deletion devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
enterShell = ''
hello
pdm install
pdm install -G spark
'';

# https://devenv.sh/pre-commit-hooks/
Expand Down
17 changes: 9 additions & 8 deletions pdm.lock

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

6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,16 @@ dependencies = [
"pulumi>=3.127.0",
"pulumi-aws>=6.47.0",
"pulumi-azure-native>=2.51.0",
"pyspark>=3.5.1",
"pulumi-random>=4.16.3",
"sparkle @ git+https://github.com/DataChefHQ/sparkle.git@bugfix/python-version-locked",
]
requires-python = ">=3.11.0"
readme = "README.md"
license = {text = "MPL-2.0"}
dynamic = ["version"]


[project.optional-dependencies]
spark = [
"sparkle @ git+https://github.com/DataChefHQ/sparkle.git",
]
[tool.pdm]
distribution = false
path = "src/damavand/__init__.py"
Expand Down

0 comments on commit 8d00a87

Please sign in to comment.