Skip to content

Commit

Permalink
Update spark
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen.vandenHoven committed Jun 12, 2024
1 parent 97d39a0 commit 2cf7976
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:

- uses: vemonet/setup-spark@v1
with:
spark-version: '3.2.1'
hadoop-version: '3.2'
spark-version: '3.4.0'
hadoop-version: '3'

- name: Install dependencies
run: make local-install
Expand Down
4 changes: 2 additions & 2 deletions mlpype-spark/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
deps = [
f"mlpype-base=={version}",
# We will provide absolute no guarantees that our integration will work with
# EVERY version of pyspark. This has been developed under pyspark==3.2.1.
"pyspark>=3.2.1",
# EVERY version of pyspark. This has been developed under pyspark==3.4.0.
"pyspark>=3.4.0",
]
strict_deps = [s.replace(">=", "==") for s in deps]
test_deps = ["pandas"]
Expand Down

0 comments on commit 2cf7976

Please sign in to comment.