Skip to content

Commit

Permalink
drop optional pyarrow for pandas 3.x (#1178)
Browse files Browse the repository at this point in the history
* drop optional pyarrow for pandas 3.x

* add changelog news fragment
  • Loading branch information
bjlittle authored Oct 28, 2024
1 parent 81bbca0 commit cd220bd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions changelog/1178.dependency.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Dropped the optional ``pyarrow`` dependency as ``pandas >2.2.0`` no longer
issues a ``DeprecationWarning``. (:user:`bjlittle`)
1 change: 0 additions & 1 deletion requirements/geovista.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ dependencies:
- fastparquet
- h3-py >=4.1
- pandas
- pyarrow
- rasterio >=1.3

# documentation dependencies (optional)
Expand Down
1 change: 0 additions & 1 deletion requirements/pypi-optional-exam.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
fastparquet
h3 >=4.1
pandas
pyarrow
rasterio >=1.3

0 comments on commit cd220bd

Please sign in to comment.