Skip to content

Commit

Permalink
Update pyogrio/_compat.py
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net>
  • Loading branch information
jorisvandenbossche and martinfleis authored Jan 25, 2024
1 parent a3ffd6f commit 145ff00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyogrio/_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

PANDAS_GE_15 = pandas is not None and Version(pandas.__version__) >= Version("1.5.0")
PANDAS_GE_20 = pandas is not None and Version(pandas.__version__) >= Version("2.0.0")
PANDAS_GE_20 = pandas is not None and Version(pandas.__version__) >= Version("2.2.0")
PANDAS_GE_22 = pandas is not None and Version(pandas.__version__) >= Version("2.2.0")

HAS_GDAL_GEOS = __gdal_geos_version__ is not None

Expand Down

0 comments on commit 145ff00

Please sign in to comment.