Skip to content

CI: Sync all 3.9 builds #42451

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 2 commits into from
Jul 9, 2021
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
22 changes: 13 additions & 9 deletions ci/deps/actions-39-slow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,29 @@ dependencies:

# pandas dependencies
- beautifulsoup4
- fsspec>=0.7.4, <2021.6.0
- bottleneck
- fsspec>=0.8.0, <2021.6.0
- gcsfs
- html5lib
- jinja2
- lxml
- matplotlib
- moto>=1.3.14
- flask
- numexpr
- numpy
- openpyxl
- patsy
- psycopg2
- pymysql
- pyarrow
- pytables
- python-dateutil
- pytz
- s3fs>=0.4.0
- moto>=1.3.14
- s3fs>=0.4.2
- scipy
- sqlalchemy
- xlrd
- xlsxwriter
- moto
- flask
- numba
Copy link
Member

Choose a reason for hiding this comment

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

we don't need numba in this env?

Copy link
Member Author

@lithomas1 lithomas1 Jul 13, 2021

Choose a reason for hiding this comment

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

Oversight, PR with fix incoming.

- xlwt
- pyreadstat
- pip
- pip:
- pyxlsb
27 changes: 23 additions & 4 deletions ci/deps/actions-39.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,30 @@ dependencies:
- hypothesis>=5.5.3

# pandas dependencies
- beautifulsoup4
- bottleneck
- fsspec>=0.8.0, <2021.6.0
- gcsfs
- html5lib
- jinja2
- lxml
- matplotlib
- moto>=1.3.14
- flask
- numexpr
- numpy
- openpyxl
- pyarrow
- pytables
- python-dateutil
- pytz

# optional dependencies
- pytables
- s3fs>=0.4.2
- scipy
- pyarrow=1.0
Copy link
Member

Choose a reason for hiding this comment

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

This is to test against the min version of pyarrow that the pyarrow backed string array supports. backporting this change will still leave pyarrow=1.0.0 in ci/deps/actions-38-locale.yaml on 1.3.x

Copy link
Member Author

Choose a reason for hiding this comment

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

pyarrow min is supposed to be bumped to 1.0 in 1.4 if I'm reading #41329 right, so we can probably pin in the minimum versions CI(3.8).

For 1.3.x, I think its fine to leave this out.
P.S. Thanks for the backport by the way.

- sqlalchemy
- xlrd
- xlsxwriter
- xlwt
- pyreadstat
- pip
- pip:
- pyxlsb