Skip to content

Commit

Permalink
Update Spark and Delta versions
Browse files Browse the repository at this point in the history
  • Loading branch information
christiandietze committed Jan 6, 2023
1 parent 5edb15d commit bb38b49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ setup-environment:
$(PYTHON) -m virtualenv env
. env/bin/activate; \
pip3 install -r requirements.txt; \
pip3 install pyspark==3.2.0
pip3 install pyspark==3.3.0

test: setup-environment
. env/bin/activate; \
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ testfixtures==6.18.3
PyYAML==6.0
importlib-resources==5.4.0
dotmap==1.3.25
delta-spark==2.0.0
delta-spark==2.2.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pyspark-core-utils",
version="1.1.1",
version="1.3.0",
author="ImmobilienScout24",
description="PySpark core utils library",
long_description=long_description,
Expand Down

0 comments on commit bb38b49

Please sign in to comment.