Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
hamdanal committed Feb 11, 2024
1 parent 9ab9617 commit a2901dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pyright==1.1.350

# Runtime
shapely>=2.0,<2.1
geopandas>=0.14.3,<1.0

# Transient dependencies
matplotlib>=3.8.0
Expand Down
2 changes: 1 addition & 1 deletion stubs/geopandas-stubs/geodataframe.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ class GeoDataFrame(GeoPandasBase, pd.DataFrame): # type: ignore[misc]
self, column: Hashable | None = None, ignore_index: bool = False, index_parts: bool | None = None, **kwargs
) -> Self: ...
def astype(self, dtype, copy: bool = True, errors: str = "raise", **kwargs) -> GeoDataFrame | pd.DataFrame: ...
def convert_dtypes( # type: ignore[override] # TODO needs fixing in pandas-stubs
def convert_dtypes(
self,
infer_objects: bool = True,
convert_string: bool = True,
Expand Down

0 comments on commit a2901dc

Please sign in to comment.