Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 7, 2023
1 parent e93f05a commit 2a550b3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 22 deletions.
42 changes: 21 additions & 21 deletions ci/deps/actions-312.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,38 +24,38 @@ dependencies:
- pytz

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

- pip:
- adbc-driver-postgresql>=0.8.0
Expand Down
1 change: 0 additions & 1 deletion pandas/tests/extension/test_arrow.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
from pandas._libs.tslibs import timezones
from pandas.compat import (
PY311,
PY312,
is_ci_environment,
is_platform_windows,
pa_version_under7p0,
Expand Down

0 comments on commit 2a550b3

Please sign in to comment.