Skip to content

Commit

Permalink
build(conda): ignore deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nialov committed Jan 9, 2024
1 parent cafa07f commit 8291f2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ filterwarnings =[
"ignore:More than 20 figures have been opened:RuntimeWarning",
"ignore:the convert_dtype parameter is deprecated and will be removed in a future version:FutureWarning",
"ignore:is_categorical_dtype is deprecated and will be removed in a future version:FutureWarning",
"ignore:is_categorical_dtype is deprecated and will be removed in a future version:DeprecationWarning",
"ignore:'GeoSeries.swapaxes' is deprecated and will be removed in a future version:FutureWarning",
]

Expand Down

0 comments on commit 8291f2b

Please sign in to comment.