Skip to content

DEPS: Bump optional dependencies #52552

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

Merged
merged 4 commits into from
Apr 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .github/workflows/32-bit-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
. ~/virtualenvs/pandas-dev/bin/activate && \
python -m pip install --no-deps -U pip wheel 'setuptools<60.0.0' && \
python -m pip install versioneer[toml] && \
python -m pip install cython numpy python-dateutil pytz pytest>=7.0.0 pytest-xdist>=2.2.0 pytest-asyncio>=0.17 hypothesis>=6.34.2 && \
python -m pip install cython numpy python-dateutil pytz pytest>=7.0.0 pytest-xdist>=2.2.0 pytest-asyncio>=0.17 hypothesis>=6.46.1 && \
python setup.py build_ext -q -j$(nproc) && \
python -m pip install --no-build-isolation --no-use-pep517 -e . && \
python -m pip list && \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
python -m pip install git+https://github.com/nedbat/coveragepy.git
python -m pip install versioneer[toml]
python -m pip install python-dateutil pytz cython hypothesis>=6.34.2 pytest>=7.0.0 pytest-xdist>=2.2.0 pytest-cov pytest-asyncio>=0.17
python -m pip install python-dateutil pytz cython hypothesis>=6.46.1 pytest>=7.0.0 pytest-xdist>=2.2.0 pytest-cov pytest-asyncio>=0.17
python -m pip list

- name: Build Pandas
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
# (1. Generate sdist 2. Build wheels from sdist)
# This tests the sdists, and saves some build time
python -m pip install dist/*.gz
pip install hypothesis>=6.34.2 pytest>=7.0.0 pytest-xdist>=2.2.0 pytest-asyncio>=0.17
pip install hypothesis>=6.46.1 pytest>=7.0.0 pytest-xdist>=2.2.0 pytest-asyncio>=0.17
cd .. # Not a good idea to test within the src tree
python -c "import pandas; print(pandas.__version__);
pandas.test(extra_args=['-m not clipboard and not single_cpu and not slow and not network and not db', '-n 2']);
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-310-numpydev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- pytest>=7.0.0
- pytest-cov
- pytest-xdist>=2.2.0
- hypothesis>=6.34.2
- hypothesis>=6.46.1
- pytest-asyncio>=0.17.0

# pandas dependencies
Expand Down
54 changes: 28 additions & 26 deletions ci/deps/actions-310.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,38 +21,40 @@ dependencies:
- pytz

# optional dependencies
- beautifulsoup4>=4.9.3
- blosc
- bottleneck>=1.3.2
- beautifulsoup4>=4.11.1
- blosc>=1.21.0
- bottleneck>=1.3.4
- brotlipy>=0.7.0
- fastparquet>=0.6.3
- fsspec>=2021.07.0
- fastparquet>=0.8.1
- fsspec>=2022.05.0
- html5lib>=1.1
- hypothesis>=6.34.2
- gcsfs>=2021.07.0
- jinja2>=3.0.0
- lxml>=4.6.3
- hypothesis>=6.46.1
- gcsfs>=2022.05.0
- jinja2>=3.1.2
- lxml>=4.8.0
- matplotlib>=3.6.1, <3.7.0
- numba>=0.53.1
- numexpr>=2.7.3
- openpyxl<3.1.1, >=3.0.7
- numba>=0.55.2
- numexpr>=2.8.0
- odfpy>=1.4.1
- pandas-gbq>=0.15.0
- psycopg2>=2.8.6
- pymysql>=1.0.2
- pytables>=3.6.1
- qtpy>=2.2.0
- openpyxl<3.1.1, >=3.0.10
- pandas-gbq>=0.17.5
- psycopg2>=2.9.3
- pyarrow>=7.0.0
- pyreadstat>=1.1.2
- python-snappy>=0.6.0
- pyxlsb>=1.0.8
- s3fs>=2021.08.0
- scipy>=1.7.1
- sqlalchemy>=1.4.16
- tabulate>=0.8.9
- xarray>=0.21.0
- pymysql>=1.0.2
- pyreadstat>=1.1.5
- pytables>=3.7.0
- python-snappy>=0.6.1
- 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>=1.4.3
- zstandard>=0.15.2
- xlsxwriter>=3.0.3
- zstandard>=0.17.0

- pip:
- pyqt5>=5.15.6
- tzdata>=2022.1
2 changes: 1 addition & 1 deletion ci/deps/actions-311-pyarrownightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- pytest>=7.0.0
- pytest-cov
- pytest-xdist>=2.2.0
- hypothesis>=6.34.2
- hypothesis>=6.46.1
- pytest-asyncio>=0.17.0

# required dependencies
Expand Down
54 changes: 28 additions & 26 deletions ci/deps/actions-311.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,38 +21,40 @@ dependencies:
- pytz

# optional dependencies
- beautifulsoup4>=4.9.3
- blosc
- bottleneck>=1.3.2
- beautifulsoup4>=4.11.1
- blosc>=1.21.0
- bottleneck>=1.3.4
- brotlipy>=0.7.0
- fastparquet>=0.6.3
- fsspec>=2021.07.0
- fastparquet>=0.8.1
- fsspec>=2022.05.0
- html5lib>=1.1
- hypothesis>=6.34.2
- gcsfs>=2021.07.0
- jinja2>=3.0.0
- lxml>=4.6.3
- hypothesis>=6.46.1
- gcsfs>=2022.05.0
- jinja2>=3.1.2
- lxml>=4.8.0
- matplotlib>=3.6.1, <3.7.0
# - numba not compatible with 3.11
- numexpr>=2.7.3
- openpyxl<3.1.1, >=3.0.7
# - numba>=0.55.2 not compatible with 3.11
- numexpr>=2.8.0
- odfpy>=1.4.1
- pandas-gbq>=0.15.0
- psycopg2>=2.8.6
- pymysql>=1.0.2
# - pytables>=3.8.0 # first version that supports 3.11
- qtpy>=2.2.0
- openpyxl<3.1.1, >=3.0.10
- pandas-gbq>=0.17.5
- psycopg2>=2.9.3
- pyarrow>=7.0.0
- pyreadstat>=1.1.2
- python-snappy>=0.6.0
- pyxlsb>=1.0.8
- s3fs>=2021.08.0
- scipy>=1.7.1
- sqlalchemy>=1.4.16
- tabulate>=0.8.9
- xarray>=0.21.0
- pymysql>=1.0.2
- pyreadstat>=1.1.5
# - pytables>=3.7.0, 3.8.0 is first version that supports 3.11
- python-snappy>=0.6.1
- 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>=1.4.3
- zstandard>=0.15.2
- xlsxwriter>=3.0.3
- zstandard>=0.17.0

- pip:
- pyqt5>=5.15.6
- tzdata>=2022.1
52 changes: 27 additions & 25 deletions ci/deps/actions-38-downstream_compat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,37 +22,39 @@ dependencies:
- pytz

# optional dependencies
- beautifulsoup4>=4.9.3
- blosc
- beautifulsoup4>=4.11.1
- blosc>=1.21.0
- bottleneck>=1.3.4
- brotlipy>=0.7.0
- bottleneck>=1.3.2
- fastparquet>=0.6.3
- fsspec>=2021.07.0
- fastparquet>=0.8.1
- fsspec>=2022.05.0
- html5lib>=1.1
- hypothesis>=6.34.2
- gcsfs>=2021.07.0
- jinja2>=3.0.0
- lxml>=4.6.3
- hypothesis>=6.46.1
- gcsfs>=2022.05.0
- jinja2>=3.1.2
- lxml>=4.8.0
- matplotlib>=3.6.1, <3.7.0
- numba>=0.53.1
- numexpr>=2.7.3
- openpyxl<3.1.1, >=3.0.7
- numba>=0.55.2
- numexpr>=2.8.0
- odfpy>=1.4.1
- psycopg2>=2.8.6
- qtpy>=2.2.0
- openpyxl<3.1.1, >=3.0.10
- pandas-gbq>=0.17.5
- psycopg2>=2.9.3
- pyarrow>=7.0.0
- pymysql>=1.0.2
- pyreadstat>=1.1.2
- pytables>=3.6.1
- python-snappy>=0.6.0
- pyxlsb>=1.0.8
- s3fs>=2021.08.0
- scipy>=1.7.1
- sqlalchemy>=1.4.16
- tabulate>=0.8.9
- xarray>=0.21.0
- pyreadstat>=1.1.5
- pytables>=3.7.0
- python-snappy>=0.6.1
- 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>=1.4.3
- zstandard>=0.15.2
- xlsxwriter>=3.0.3
- zstandard>=0.17.0

# downstream packages
- botocore
Expand All @@ -65,9 +67,9 @@ dependencies:
- statsmodels
- coverage
- pandas-datareader
- pandas-gbq>=0.15.0
- pyyaml
- py

- pip:
- pyqt5>=5.15.6
- tzdata>=2022.1
50 changes: 25 additions & 25 deletions ci/deps/actions-38-minimum_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,40 +23,40 @@ dependencies:
- pytz=2020.1

# optional dependencies
- beautifulsoup4=4.9.3
- beautifulsoup4=4.11.1
- blosc=1.21.0
- bottleneck=1.3.2
- bottleneck=1.3.4
- brotlipy=0.7.0
- fastparquet=0.6.3
- fsspec=2021.07.0
- fastparquet=0.8.1
- fsspec=2022.05.0
- html5lib=1.1
- hypothesis=6.34.2
- gcsfs=2021.07.0
- jinja2=3.0.0
- lxml=4.6.3
- hypothesis=6.46.1
- gcsfs=2022.05.0
- jinja2=3.1.2
- lxml=4.8.0
- matplotlib=3.6.1
- numba=0.53.1
- numexpr=2.7.3
- numba=0.55.2
- numexpr=2.8.0
- odfpy=1.4.1
- qtpy=2.2.0
- openpyxl=3.0.7
- pandas-gbq=0.15.0
- psycopg2=2.8.6
- openpyxl=3.0.10
- pandas-gbq=0.17.5
- psycopg2=2.9.3
- pyarrow=7.0.0
- pymysql=1.0.2
- pyreadstat=1.1.2
- pytables=3.6.1
- python-snappy=0.6.0
- pyxlsb=1.0.8
- s3fs=2021.08.0
- scipy=1.7.1
- sqlalchemy=1.4.16
- tabulate=0.8.9
- xarray=0.21.0
- pyreadstat=1.1.5
- pytables=3.7.0
- python-snappy=0.6.1
- 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=1.4.3
- zstandard=0.15.2
- xlsxwriter=3.0.3
- zstandard=0.17.0

- pip:
- pyqt5==5.15.1
- pyqt5==5.15.6
- tzdata==2022.1
52 changes: 27 additions & 25 deletions ci/deps/actions-38.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,38 +21,40 @@ dependencies:
- pytz

# optional dependencies
- beautifulsoup4>=4.9.3
- blosc
- bottleneck>=1.3.2
- beautifulsoup4>=4.11.1
- blosc>=1.21.0
- bottleneck>=1.3.4
- brotlipy>=0.7.0
- fastparquet>=0.6.3
- fsspec>=2021.07.0
- fastparquet>=0.8.1
- fsspec>=2022.05.0
- html5lib>=1.1
- hypothesis>=6.34.2
- gcsfs>=2021.07.0
- jinja2>=3.0.0
- lxml>=4.6.3
- hypothesis>=6.46.1
- gcsfs>=2022.05.0
- jinja2>=3.1.2
- lxml>=4.8.0
- matplotlib>=3.6.1, <3.7.0
- numba>=0.53.1
- numexpr>=2.7.3
- openpyxl<3.1.1, >=3.0.7
- numba>=0.55.2
- numexpr>=2.8.0
- odfpy>=1.4.1
- pandas-gbq>=0.15.0
- psycopg2>=2.8.6
- qtpy>=2.2.0
- openpyxl<3.1.1, >=3.0.10
- pandas-gbq>=0.17.5
- psycopg2>=2.9.3
- pyarrow>=7.0.0
- pymysql>=1.0.2
- pyreadstat>=1.1.2
- pytables>=3.6.1
- python-snappy>=0.6.0
- pyxlsb>=1.0.8
- s3fs>=2021.08.0
- scipy>=1.7.1
- sqlalchemy>=1.4.16
- tabulate>=0.8.9
- xarray>=0.21.0
- pyreadstat>=1.1.5
- pytables>=3.7.0
- python-snappy>=0.6.1
- 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>=1.4.3
- zstandard>=0.15.2
- xlsxwriter>=3.0.3
- zstandard>=0.17.0

- pip:
- pyqt5>=5.15.6
- tzdata>=2022.1
Loading