Skip to content

Commit

Permalink
chore(pyspark): update to 3.5.X
Browse files Browse the repository at this point in the history
SzymonSzyszkowski committed Jan 17, 2025
1 parent 8e3c765 commit 90e6028
Showing 2 changed files with 32 additions and 33 deletions.
61 changes: 30 additions & 31 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -13,12 +13,12 @@ packages = [{ include = "gentropy", from = "src" }]
requires-poetry = ">=2.0"
requires-python = ">=3.10, <3.11"
dependencies = [
"pyspark (==3.3.4)",
"pyspark (>=3.5.0, <3.6)",
"scipy (>=1.11.4, <1.12.0)",
"hydra-core (>=1.3.2, <1.4.0)",
"pyliftover (>=0.4, <0.5)",
"numpy (>=1.26.2, <1.27.0)",
"hail (==0.2.127)",
"hail (>=0.2.133, <0.3.0)",
"wandb (>=0.19.0, <0.20.0)",
"google (>=3.0.0, <3.1.0)",
"omegaconf (>=2.3.0, <2.4.0)",

0 comments on commit 90e6028

Please sign in to comment.