pyogrio 0.7.1__cp311-cp311-win_amd64.whl → 0.7.2__cp311-cp311-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pyogrio might be problematic. Click here for more details.

pyogrio/_compat.py CHANGED
@@ -28,6 +28,7 @@ HAS_ARROW_API = __gdal_version__ >= (3, 6, 0) and pyarrow is not None
28
28
 
29
29
  HAS_GEOPANDAS = geopandas is not None
30
30
 
31
+ PANDAS_GE_15 = pandas is not None and Version(pandas.__version__) >= Version("1.5.0")
31
32
  PANDAS_GE_20 = pandas is not None and Version(pandas.__version__) >= Version("2.0.0")
32
33
 
33
34
  HAS_GDAL_GEOS = __gdal_geos_version__ is not None
Binary file
Binary file