Skip to content

Commit

Permalink
Merge pull request #67 from nialov/build-conda-add-pyarrow
Browse files Browse the repository at this point in the history
Ignore pyarrow warning from pandas
  • Loading branch information
nialov authored Feb 4, 2024
2 parents 3e2468e + 9bca011 commit c0dbf06
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 @@ -141,6 +141,7 @@ filterwarnings =[
"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",
"ignore:\\nPyarrow will become a required dependency of pandas:DeprecationWarning",
]

[tool.isort]
Expand Down

0 comments on commit c0dbf06

Please sign in to comment.