Skip to content

Commit

Permalink
DEPS: bump pyarrow min to 1.0 pandas-dev#41329 (pandas-dev#44064)
Browse files Browse the repository at this point in the history
  • Loading branch information
fangchenli authored Oct 18, 2021
1 parent c4cce9b commit ef9416c
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 18 deletions.
2 changes: 1 addition & 1 deletion ci/deps/actions-38-db-min.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies:
- openpyxl
- pandas-gbq
- protobuf>=3.12.4
- pyarrow=0.17.1 # GH 38803
- pyarrow=1.0.1
- pytables>=3.6.1
- scipy
- xarray=0.15.1
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-38-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
- openpyxl
- pandas-gbq
- psycopg2
- pyarrow>=0.17.0
- pyarrow>=1.0.1
- pymysql
- pytables
- python-snappy
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-38-minimum_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
- pytables=3.6.1
- python-dateutil=2.8.1
- pytz=2020.1
- pyarrow=0.17.0
- pyarrow=1.0.1
- scipy=1.4.1
- xlrd=2.0.1
- xlsxwriter=1.2.2
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/azure-macos-38.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
- numexpr
- numpy=1.18.5
- openpyxl
- pyarrow=0.17
- pyarrow=1.0.1
- pytables
- python-dateutil==2.8.1
- pytz
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/azure-windows-38.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
- numpy=1.18
- openpyxl
- jinja2
- pyarrow=0.17.0
- pyarrow=1.0.1
- pytables
- python-dateutil
- pytz
Expand Down
2 changes: 1 addition & 1 deletion doc/source/getting_started/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ PyTables 3.6.1 HDF5-based reading / writing
blosc 1.20.1 Compression for HDF5
zlib Compression for HDF5
fastparquet 0.4.0 Parquet reading / writing
pyarrow 0.17.0 Parquet, ORC, and feather reading / writing
pyarrow 1.0.1 Parquet, ORC, and feather reading / writing
pyreadstat SPSS files (.sav) reading
========================= ================== =============================================================

Expand Down
9 changes: 0 additions & 9 deletions doc/source/user_guide/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5271,15 +5271,6 @@ Several caveats:

See the `Full Documentation <https://github.com/wesm/feather>`__.

.. ipython:: python
:suppress:
import warnings
# This can be removed once building with pyarrow >=0.15.0
warnings.filterwarnings("ignore", "The Sparse", FutureWarning)
.. ipython:: python
df = pd.DataFrame(
Expand Down
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v1.4.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ Optional libraries below the lowest tested version may still work, but are not c
+-----------------+-----------------+---------+
| openpyxl | 3.0.2 | X |
+-----------------+-----------------+---------+
| pyarrow | 0.17.0 | |
| pyarrow | 1.0.1 | X |
+-----------------+-----------------+---------+
| pymysql | 0.10.1 | X |
+-----------------+-----------------+---------+
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ dependencies:
- odfpy

- fastparquet>=0.4.0 # pandas.read_parquet, DataFrame.to_parquet
- pyarrow>=0.17.0 # pandas.read_parquet, DataFrame.to_parquet, pandas.read_feather, DataFrame.to_feather
- pyarrow>=1.0.1 # pandas.read_parquet, DataFrame.to_parquet, pandas.read_feather, DataFrame.to_feather
- python-snappy # required by pyarrow

- pytables>=3.6.1 # pandas.read_hdf, DataFrame.to_hdf
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ xlsxwriter
xlwt
odfpy
fastparquet>=0.4.0
pyarrow>=0.17.0
pyarrow>=1.0.1
python-snappy
tables>=3.6.1
s3fs>=0.4.0
Expand Down

0 comments on commit ef9416c

Please sign in to comment.