-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport PR #45120: CI: Migrate Python 3.10 testing to Posix GHA/Azur…
…e Pipelines (#45464)
- Loading branch information
Showing
17 changed files
with
195 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name: pandas-dev | |
channels: | ||
- defaults | ||
dependencies: | ||
- python=3.9 | ||
- python=3.10 | ||
|
||
# tools | ||
- pytest>=6.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
name: pandas-dev | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.9 | ||
|
||
# test dependencies | ||
- cython=0.29.24 | ||
- pytest>=6.0 | ||
- pytest-cov | ||
- pytest-xdist>=1.31 | ||
- hypothesis>=5.5.3 | ||
- psutil | ||
|
||
# required dependencies | ||
- python-dateutil | ||
- numpy | ||
- pytz | ||
|
||
# optional dependencies | ||
- beautifulsoup4 | ||
- blosc | ||
- bottleneck | ||
- fastparquet | ||
- fsspec | ||
- html5lib | ||
- gcsfs | ||
- jinja2 | ||
- lxml | ||
- matplotlib | ||
# TODO: uncomment after numba supports py310 | ||
#- numba | ||
- numexpr | ||
- openpyxl | ||
- odfpy | ||
- pandas-gbq | ||
- psycopg2 | ||
- pymysql | ||
- pytables | ||
- pyarrow | ||
- pyreadstat | ||
- pyxlsb | ||
- s3fs | ||
- scipy | ||
- sqlalchemy | ||
- tabulate | ||
- xarray | ||
- xlrd | ||
- xlsxwriter | ||
- xlwt | ||
- zstandard |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,50 @@ | ||
name: pandas-dev | ||
channels: | ||
- defaults | ||
- conda-forge | ||
dependencies: | ||
- python=3.8 | ||
|
||
# tools | ||
- cython>=0.29.24 | ||
# test dependencies | ||
- cython=0.29.24 | ||
- pytest>=6.0 | ||
- pytest-cov | ||
- pytest-xdist>=1.31 | ||
- hypothesis>=5.5.3 | ||
- psutil | ||
|
||
# pandas dependencies | ||
- numpy | ||
# required dependencies | ||
- python-dateutil | ||
- nomkl | ||
- numpy | ||
- pytz | ||
|
||
# optional dependencies | ||
- beautifulsoup4 | ||
- blosc | ||
- bottleneck | ||
- fastparquet | ||
- fsspec | ||
- html5lib | ||
- gcsfs | ||
- jinja2 | ||
- lxml | ||
- matplotlib | ||
- numba | ||
- numexpr | ||
- openpyxl | ||
- odfpy | ||
- pandas-gbq | ||
- psycopg2 | ||
- pymysql | ||
- pytables | ||
- pyarrow | ||
- pyreadstat | ||
- pyxlsb | ||
- s3fs | ||
- scipy | ||
- sqlalchemy | ||
- tabulate | ||
- xarray | ||
- xlrd | ||
- xlsxwriter | ||
- xlwt | ||
- zstandard |
20 changes: 10 additions & 10 deletions
20
ci/deps/actions-38-locale.yaml → ci/deps/azure-macos-310.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
name: pandas-dev | ||
channels: | ||
- defaults | ||
- conda-forge | ||
dependencies: | ||
- python=3.8 | ||
- python=3.10 | ||
|
||
# tools | ||
- cython>=0.29.24 | ||
- pytest>=6.0 | ||
- pytest-cov | ||
- pytest-xdist>=1.31 | ||
- pytest-asyncio>=0.12.0 | ||
- hypothesis>=5.5.3 | ||
- pytest-azurepipelines | ||
|
||
# pandas dependencies | ||
- beautifulsoup4 | ||
- bottleneck | ||
- html5lib | ||
- ipython | ||
- jinja2 | ||
- jedi | ||
- lxml | ||
- matplotlib | ||
- nomkl | ||
- numexpr | ||
- numpy<1.20 # GH#39541 compat with pyarrow<3 | ||
- numpy | ||
- openpyxl | ||
- pyarrow | ||
- pyreadstat | ||
- pytables | ||
- python-dateutil | ||
- python-dateutil==2.8.1 | ||
- pytz | ||
- scipy | ||
- pyxlsb | ||
- xarray | ||
- xlrd | ||
- xlsxwriter | ||
- xlwt | ||
- pyarrow=4 | ||
- pyxlsb | ||
- zstandard |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 13 additions & 14 deletions
27
ci/deps/actions-38-slow.yaml → ci/deps/azure-macos-39.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,36 @@ | ||
name: pandas-dev | ||
channels: | ||
- defaults | ||
- conda-forge | ||
dependencies: | ||
- python=3.8 | ||
- python=3.9 | ||
|
||
# tools | ||
- cython>=0.29.24 | ||
- pytest>=6.0 | ||
- pytest-cov | ||
- pytest-xdist>=1.31 | ||
- hypothesis>=5.5.3 | ||
- pytest-azurepipelines | ||
|
||
# pandas dependencies | ||
- beautifulsoup4 | ||
- boto3 | ||
- fsspec>=0.7.4 | ||
- bottleneck | ||
- html5lib | ||
- jinja2 | ||
- lxml | ||
- matplotlib | ||
- matplotlib=3.3.2 | ||
- nomkl | ||
- numexpr | ||
- numpy | ||
- numpy=1.21.3 | ||
- openpyxl | ||
- patsy | ||
- psycopg2 | ||
- pymysql | ||
- pyarrow=1.0.1 | ||
- pyreadstat | ||
- pytables | ||
- python-dateutil | ||
- python-dateutil==2.8.1 | ||
- pytz | ||
- s3fs>=0.4.0 | ||
- scipy | ||
- sqlalchemy | ||
- pyxlsb | ||
- xarray | ||
- xlrd | ||
- xlsxwriter | ||
- xlwt | ||
- numba | ||
- zstandard |
Oops, something went wrong.