-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
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
CI: Sync all 3.9 builds #42451
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. |
||
- sqlalchemy | ||
- xlrd | ||
- xlsxwriter | ||
- xlwt | ||
- pyreadstat | ||
- pip | ||
- pip: | ||
- pyxlsb |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.