Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEPS: Bump optional dependencies #55524

Merged
merged 25 commits into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from 22 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
1ef6c88
DEPS: Bump optional dependencies
mroeschke Oct 14, 2023
650d332
Clean up some version checks
mroeschke Oct 14, 2023
bb452c4
Address old pyarrow checks
mroeschke Oct 14, 2023
ceeaa76
Try removing pins
mroeschke Oct 14, 2023
a611cad
Is it pandas gbq?
mroeschke Oct 14, 2023
ad77b18
Fix non existent versions, add note about gbq
mroeschke Oct 15, 2023
867c6bd
Fix pyarrow test
mroeschke Oct 15, 2023
df97fd2
Merge remote-tracking branch 'upstream/main' into deps/optional/bump
mroeschke Oct 15, 2023
a11c312
Address test_parse_tz_aware
mroeschke Oct 15, 2023
2a4a266
FIx test_parse_dates_arrow_engine
mroeschke Oct 15, 2023
efe9d8d
Address more tests
mroeschke Oct 15, 2023
f1473dc
Merge remote-tracking branch 'upstream/main' into deps/optional/bump
mroeschke Oct 15, 2023
f46eb52
Skip comments or in sync script
mroeschke Oct 15, 2023
ccc244a
check = instead
mroeschke Oct 15, 2023
abc675f
adjust script
mroeschke Oct 16, 2023
26d45b7
Fix table
mroeschke Oct 16, 2023
257f8e7
xfail test
mroeschke Oct 16, 2023
b2c0e8d
Merge remote-tracking branch 'upstream/main' into deps/optional/bump
mroeschke Oct 16, 2023
2fcde87
Fix table aligning
mroeschke Oct 16, 2023
fc095c4
Update pandas/tests/io/pytables/test_file_handling.py
mroeschke Oct 17, 2023
450d6a3
Update pandas/tests/io/pytables/test_file_handling.py
mroeschke Oct 17, 2023
2ed9640
Merge remote-tracking branch 'upstream/main' into deps/optional/bump
mroeschke Oct 18, 2023
5039630
Merge remote-tracking branch 'upstream/main' into deps/optional/bump
mroeschke Oct 19, 2023
37e25e7
Merge branch 'main' into deps/optional/bump
mroeschke Oct 22, 2023
fa9e93b
Use importorskip
mroeschke Oct 22, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 29 additions & 27 deletions ci/deps/actions-310.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,39 +24,41 @@ dependencies:
- pytz

# optional dependencies
- beautifulsoup4>=4.11.1
- blosc>=1.21.0
- bottleneck>=1.3.4
- fastparquet>=0.8.1
- fsspec>=2022.05.0
- beautifulsoup4>=4.11.2
- blosc>=1.21.3
- bottleneck>=1.3.6
- fastparquet>=2022.12.0
- fsspec>=2022.11.0
- html5lib>=1.1
- hypothesis>=6.46.1
- gcsfs>=2022.05.0
- gcsfs>=2022.11.0
- jinja2>=3.1.2
- lxml>=4.8.0
- matplotlib>=3.6.1, <3.8
- numba>=0.55.2
- numexpr>=2.8.0
- lxml>=4.9.2
- matplotlib>=3.6.3, <3.8
- numba>=0.56.4
- numexpr>=2.8.4
- odfpy>=1.4.1
- qtpy>=2.2.0
- openpyxl>=3.0.10
- pandas-gbq>=0.17.5
- psycopg2>=2.9.3
- pyarrow>=7.0.0
- qtpy>=2.3.0
- openpyxl>=3.1.0
# Doesn't install well with pyarrow
# https://github.com/pandas-dev/pandas/issues/55525
# - pandas-gbq>=0.19.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this not affect test coverage?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not really. There's only one unit test that just attempts to import this package which doesn't seem useful

- psycopg2>=2.9.6
- pyarrow>=10.0.1
- pymysql>=1.0.2
- pyreadstat>=1.1.5
- pytables>=3.7.0
- pyreadstat>=1.2.0
- pytables>=3.8.0
- python-calamine>=0.1.6
- pyxlsb>=1.0.9
- s3fs>=2022.05.0
- scipy>=1.8.1
- sqlalchemy>=1.4.36
- tabulate>=0.8.10
- xarray>=2022.03.0
- pyxlsb>=1.0.10
- s3fs>=2022.11.0
- scipy>=1.10.0
- sqlalchemy>=2.0.0
- tabulate>=0.9.0
- xarray>=2022.12.0
- xlrd>=2.0.1
- xlsxwriter>=3.0.3
- zstandard>=0.17.0
- xlsxwriter>=3.0.5
- zstandard>=0.19.0

- pip:
- pyqt5>=5.15.6
- tzdata>=2022.1
- pyqt5>=5.15.8
- tzdata>=2022.7
56 changes: 29 additions & 27 deletions ci/deps/actions-311-downstream_compat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,38 +25,40 @@ dependencies:
- pytz

# optional dependencies
- beautifulsoup4>=4.11.1
- blosc>=1.21.0
- bottleneck>=1.3.4
- fastparquet>=0.8.1
- fsspec>=2022.05.0
- beautifulsoup4>=4.11.2
- blosc>=1.21.3
- bottleneck>=1.3.6
- fastparquet>=2022.12.0
- fsspec>=2022.11.0
- html5lib>=1.1
- hypothesis>=6.46.1
- gcsfs>=2022.05.0
- gcsfs>=2022.11.0
- jinja2>=3.1.2
- lxml>=4.8.0
- matplotlib>=3.6.1, <3.8
- numba>=0.55.2
- numexpr>=2.8.0
- lxml>=4.9.2
- matplotlib>=3.6.3, <3.8
- numba>=0.56.4
- numexpr>=2.8.4
- odfpy>=1.4.1
- qtpy>=2.2.0
- openpyxl>=3.0.10
- pandas-gbq>=0.17.5
- psycopg2>=2.9.3
- pyarrow>=7.0.0
- qtpy>=2.3.0
- openpyxl>=3.1.0
# Doesn't install well with pyarrow
# https://github.com/pandas-dev/pandas/issues/55525
# - pandas-gbq>=0.19.0
- psycopg2>=2.9.6
- pyarrow>=10.0.1
- pymysql>=1.0.2
- pyreadstat>=1.1.5
- pytables>=3.7.0
- pyreadstat>=1.2.0
- pytables>=3.8.0
- python-calamine>=0.1.6
- pyxlsb>=1.0.9
- s3fs>=2022.05.0
- scipy>=1.8.1
- sqlalchemy>=1.4.36
- tabulate>=0.8.10
- xarray>=2022.03.0
- pyxlsb>=1.0.10
- s3fs>=2022.11.0
- scipy>=1.10.0
- sqlalchemy>=2.0.0
- tabulate>=0.9.0
- xarray>=2022.12.0
- xlrd>=2.0.1
- xlsxwriter>=3.0.3
- zstandard>=0.17.0
- xlsxwriter>=3.0.5
- zstandard>=0.19.0

# downstream packages
- botocore
Expand All @@ -73,5 +75,5 @@ dependencies:
- py
- pip:
- dataframe-api-compat>=0.1.7
- pyqt5>=5.15.6
- tzdata>=2022.1
- pyqt5>=5.15.8
- tzdata>=2022.7
2 changes: 1 addition & 1 deletion ci/deps/actions-311-numpydev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ dependencies:
- "--pre"
- "numpy"
- "scipy"
- "tzdata>=2022.1"
- "tzdata>=2022.7"
2 changes: 1 addition & 1 deletion ci/deps/actions-311-pyarrownightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
- pip

- pip:
- "tzdata>=2022.1"
- "tzdata>=2022.7"
- "--extra-index-url https://pypi.fury.io/arrow-nightlies/"
- "--prefer-binary"
- "--pre"
Expand Down
56 changes: 29 additions & 27 deletions ci/deps/actions-311.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,39 +24,41 @@ dependencies:
- pytz

# optional dependencies
- beautifulsoup4>=4.11.1
- blosc>=1.21.0
- bottleneck>=1.3.4
- fastparquet>=0.8.1
- fsspec>=2022.05.0
- beautifulsoup4>=4.11.2
- blosc>=1.21.3
- bottleneck>=1.3.6
- fastparquet>=2022.12.0
- fsspec>=2022.11.0
- html5lib>=1.1
- hypothesis>=6.46.1
- gcsfs>=2022.05.0
- gcsfs>=2022.11.0
- jinja2>=3.1.2
- lxml>=4.8.0
- matplotlib>=3.6.1, <3.8
- numba>=0.55.2
- numexpr>=2.8.0
- lxml>=4.9.2
- matplotlib>=3.6.3, <3.8
- numba>=0.56.4
- numexpr>=2.8.4
- odfpy>=1.4.1
- qtpy>=2.2.0
- openpyxl>=3.0.10
- pandas-gbq>=0.17.5
- psycopg2>=2.9.3
- pyarrow>=7.0.0
- qtpy>=2.3.0
- openpyxl>=3.1.0
# Doesn't install well with pyarrow
# https://github.com/pandas-dev/pandas/issues/55525
# - pandas-gbq>=0.19.0
- psycopg2>=2.9.6
- pyarrow>=10.0.1
- pymysql>=1.0.2
- pyreadstat>=1.1.5
# - pytables>=3.7.0, 3.8.0 is first version that supports 3.11
- pyreadstat>=1.2.0
- pytables>=3.8.0
- python-calamine>=0.1.6
- pyxlsb>=1.0.9
- s3fs>=2022.05.0
- scipy>=1.8.1
- sqlalchemy>=1.4.36
- tabulate>=0.8.10
- xarray>=2022.03.0
- pyxlsb>=1.0.10
- s3fs>=2022.11.0
- scipy>=1.10.0
- sqlalchemy>=2.0.0
- tabulate>=0.9.0
- xarray>=2022.12.0
- xlrd>=2.0.1
- xlsxwriter>=3.0.3
- zstandard>=0.17.0
- xlsxwriter>=3.0.5
- zstandard>=0.19.0

- pip:
- pyqt5>=5.15.6
- tzdata>=2022.1
- pyqt5>=5.15.8
- tzdata>=2022.7
54 changes: 27 additions & 27 deletions ci/deps/actions-39-minimum_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,40 +26,40 @@ dependencies:
- pytz=2020.1

# optional dependencies
- beautifulsoup4=4.11.1
- blosc=1.21.0
- bottleneck=1.3.4
- fastparquet=0.8.1
- fsspec=2022.05.0
- beautifulsoup4=4.11.2
- blosc=1.21.3
- bottleneck=1.3.6
- fastparquet=2022.12.0
- fsspec=2022.11.0
- html5lib=1.1
- hypothesis=6.46.1
- gcsfs=2022.05.0
- gcsfs=2022.11.0
- jinja2=3.1.2
- lxml=4.8.0
- matplotlib=3.6.1
- numba=0.55.2
- numexpr=2.8.0
- lxml=4.9.2
- matplotlib=3.6.3
- numba=0.56.4
- numexpr=2.8.4
- odfpy=1.4.1
- qtpy=2.2.0
- openpyxl=3.0.10
- pandas-gbq=0.17.5
- psycopg2=2.9.3
- pyarrow=7.0.0
- qtpy=2.3.0
- openpyxl=3.1.0
#- pandas-gbq=0.19.0
- psycopg2=2.9.6
- pyarrow=10.0.1
- pymysql=1.0.2
- pyreadstat=1.1.5
- pytables=3.7.0
- pyreadstat=1.2.0
- pytables=3.8.0
- python-calamine=0.1.6
- pyxlsb=1.0.9
- s3fs=2022.05.0
- scipy=1.8.1
- sqlalchemy=1.4.36
- tabulate=0.8.10
- xarray=2022.03.0
- pyxlsb=1.0.10
- s3fs=2022.11.0
- scipy=1.10.0
- sqlalchemy=2.0.0
- tabulate=0.9.0
- xarray=2022.12.0
- xlrd=2.0.1
- xlsxwriter=3.0.3
- zstandard=0.17.0
- xlsxwriter=3.0.5
- zstandard=0.19.0

- pip:
- dataframe-api-compat==0.1.7
- pyqt5==5.15.6
- tzdata==2022.1
- pyqt5==5.15.8
- tzdata==2022.7
56 changes: 29 additions & 27 deletions ci/deps/actions-39.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,39 +24,41 @@ dependencies:
- pytz

# optional dependencies
- beautifulsoup4>=4.11.1
- blosc>=1.21.0
- bottleneck>=1.3.4
- fastparquet>=0.8.1
- fsspec>=2022.05.0
- beautifulsoup4>=4.11.2
- blosc>=1.21.3
- bottleneck>=1.3.6
- fastparquet>=2022.12.0
- fsspec>=2022.11.0
- html5lib>=1.1
- hypothesis>=6.46.1
- gcsfs>=2022.05.0
- gcsfs>=2022.11.0
- jinja2>=3.1.2
- lxml>=4.8.0
- matplotlib>=3.6.1, <3.8
- numba>=0.55.2
- numexpr>=2.8.0
- lxml>=4.9.2
- matplotlib>=3.6.3, <3.8
- numba>=0.56.4
- numexpr>=2.8.4
- odfpy>=1.4.1
- qtpy>=2.2.0
- openpyxl>=3.0.10
- pandas-gbq>=0.17.5
- psycopg2>=2.9.3
- pyarrow>=7.0.0
- qtpy>=2.3.0
- openpyxl>=3.1.0
# Doesn't install well with pyarrow
# https://github.com/pandas-dev/pandas/issues/55525
# - pandas-gbq>=0.19.0
- psycopg2>=2.9.6
- pyarrow>=10.0.1
- pymysql>=1.0.2
- pyreadstat>=1.1.5
- pytables>=3.7.0
- pyreadstat>=1.2.0
- pytables>=3.8.0
- python-calamine>=0.1.6
- pyxlsb>=1.0.9
- s3fs>=2022.05.0
- scipy>=1.8.1
- sqlalchemy>=1.4.36
- tabulate>=0.8.10
- xarray>=2022.03.0
- pyxlsb>=1.0.10
- s3fs>=2022.11.0
- scipy>=1.10.0
- sqlalchemy>=2.0.0
- tabulate>=0.9.0
- xarray>=2022.12.0
- xlrd>=2.0.1
- xlsxwriter>=3.0.3
- zstandard>=0.17.0
- xlsxwriter>=3.0.5
- zstandard>=0.19.0

- pip:
- pyqt5>=5.15.6
- tzdata>=2022.1
- pyqt5>=5.15.8
- tzdata>=2022.7
2 changes: 1 addition & 1 deletion ci/deps/actions-pypy-39.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ dependencies:
- python-dateutil
- pytz
- pip:
- tzdata>=2022.1
- tzdata>=2022.7
Loading