Skip to content

Commit 8d2bff4

Browse files
committed
Spark 3.1.3
1 parent 201aba5 commit 8d2bff4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/RFDependenciesPlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ object RFDependenciesPlugin extends AutoPlugin {
7070
"jitpack" at "https://jitpack.io"
7171
),
7272
// NB: Make sure to update the Spark version in pyrasterframes/python/setup.py
73-
rfSparkVersion := "3.1.2",
73+
rfSparkVersion := "3.1.3",
7474
rfGeoTrellisVersion := "3.6.1",
7575
rfGeoMesaVersion := "3.2.0",
7676
excludeDependencies += "log4j" % "log4j"

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.2'
143+
pyspark = 'pyspark==3.1.3'
144144
boto3 = 'boto3'
145145
deprecation = 'deprecation'
146146
descartes = 'descartes'

0 commit comments

Comments
 (0)