Skip to content

Commit 7451fba

Browse files
authored
Pinned pyspark to match emr on eks base image. (#43)
This is needed for compatibility.
1 parent 903633b commit 7451fba

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

poetry.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ loguru = "^0.7.3"
100100
numpy = "*"
101101
pandas = "*"
102102
pydantic = "^1.8.2 || ^2.0.0"
103-
pyspark = "*"
103+
pyspark = "3.5.1"
104104
python = ">=3.10,<3.12"
105105
pyyaml = "^6.0"
106106
salesforce-cdp-connector = "*"

src/datacustomcode/templates/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Required packages for the project - Do not modify
22
salesforce-cdp-connector>=1.0.16
3-
pyspark
3+
pyspark==3.5.1
44
pandas
55
numpy
66
pydantic

0 commit comments

Comments
 (0)