We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a84236e commit a913868Copy full SHA for a913868
setup.py
@@ -60,7 +60,7 @@
60
"openeo_driver>=0.133.0.a3.dev",
61
'pyspark==3.5.3; python_version>="3.8"',
62
'pyspark>=2.3.1,<2.4.0; python_version<"3.8"',
63
- 'geopyspark==0.4.7+openeo',
+ 'geopyspark==0.4.8+openeo',
64
# rasterio is an undeclared but required dependency for geopyspark
65
# (see https://github.com/locationtech-labs/geopyspark/issues/683 https://github.com/locationtech-labs/geopyspark/pull/706)
66
'rasterio~=1.2.0; python_version<"3.9"',
0 commit comments