Skip to content

Commit

Permalink
chore(deps): bump pyspark from 3.1.2 to 3.2.2
Browse files Browse the repository at this point in the history
Bumps [pyspark](https://github.com/apache/spark) from 3.1.2 to 3.2.2.
- [Release notes](https://github.com/apache/spark/releases)
- [Commits](apache/spark@v3.1.2...v3.2.2)

---
updated-dependencies:
- dependency-name: pyspark
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 13, 2023
1 parent c59d8db commit 40b707c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

install_requires = [
'pandas',
'pyspark===3.1.2',
'pyspark===3.2.2',
# 'fastparquet===0.5.0', # not using it. sticking to pyspark with spark cluster according to Nga
'findspark===1.4.2',
'flask===2.0.1', 'flask_restful===0.3.9', 'flask-restx===0.5.0', # to create Flask server
Expand Down

0 comments on commit 40b707c

Please sign in to comment.