Skip to content

Commit 15b420c

Browse files
committed
pyspark version 3.2.1
1 parent b28a10b commit 15b420c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrasterframes/src/main/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def dest_file(self, src_file):
140140
# to throw a `NotImplementedError: Can't perform this operation for unregistered loader type`
141141
pytest = 'pytest>=4.0.0,<5.0.0'
142142

143-
pyspark = 'pyspark==3.1.3'
143+
pyspark = 'pyspark==3.2.1'
144144
boto3 = 'boto3'
145145
deprecation = 'deprecation'
146146
descartes = 'descartes'

0 commit comments

Comments
 (0)