-
-
Notifications
You must be signed in to change notification settings - Fork 18k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI]: Use conda-env for CI environments (#20767)
- Loading branch information
1 parent
add3fbf
commit 41db527
Showing
64 changed files
with
437 additions
and
485 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
name: pandas | ||
channels: | ||
- defaults | ||
- conda-forge | ||
dependencies: | ||
- beautifulsoup4 | ||
- bottleneck | ||
- dateutil | ||
- html5lib | ||
- jinja2=2.8 | ||
- lxml | ||
- matplotlib | ||
- numexpr | ||
- numpy=1.10* | ||
- openpyxl | ||
- pytables==3.2.2 | ||
- python=2.7.* | ||
- pytz | ||
- s3fs | ||
- scipy | ||
- sqlalchemy | ||
- xlrd | ||
- xlsxwriter | ||
- xlwt | ||
# universal | ||
- cython | ||
- pytest | ||
- pytest-xdist | ||
- moto |
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,27 @@ | ||
name: pandas | ||
channels: | ||
- defaults | ||
- conda-forge | ||
dependencies: | ||
- blosc | ||
- bottleneck | ||
- fastparquet | ||
- feather-format | ||
- matplotlib | ||
- numexpr | ||
- numpy=1.13* | ||
- openpyxl | ||
- pyarrow | ||
- pytables | ||
- python-dateutil | ||
- python=3.6.* | ||
- pytz | ||
- scipy | ||
- thrift=0.10* | ||
- xlrd | ||
- xlsxwriter | ||
- xlwt | ||
# universal | ||
- cython | ||
- pytest | ||
- pytest-xdist |
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,28 @@ | ||
name: pandas | ||
channels: | ||
- defaults | ||
- conda-forge | ||
dependencies: | ||
- bottleneck=1.0.0 | ||
- cython=0.24 | ||
- jinja2=2.8 | ||
- numexpr=2.4.4 # we test that we correctly don't use an unsupported numexpr | ||
- numpy=1.9.2 | ||
- openpyxl | ||
- psycopg2 | ||
- pytables=3.2.2 | ||
- python-dateutil=2.5.0 | ||
- python=2.7* | ||
- pytz=2013b | ||
- scipy=0.14.0 | ||
- sqlalchemy=0.7.8 | ||
- xlrd=0.9.2 | ||
- xlsxwriter=0.5.2 | ||
- xlwt=0.7.5 | ||
# universal | ||
- pytest | ||
- pytest-xdist | ||
- pip: | ||
- html5lib==1.0b2 | ||
- beautifulsoup4==4.2.1 | ||
- pymysql==0.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,13 @@ | ||
name: pandas | ||
channels: | ||
- defaults | ||
dependencies: | ||
- cython | ||
- nomkl | ||
- numpy | ||
- python-dateutil | ||
- python=3.5* | ||
- pytz | ||
# universal | ||
- pytest | ||
- pytest-xdist |
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,33 @@ | ||
name: pandas | ||
channels: | ||
- defaults | ||
- conda-forge | ||
dependencies: | ||
- beautifulsoup4 | ||
- cython | ||
- html5lib | ||
- ipython | ||
- jinja2 | ||
- lxml | ||
- matplotlib | ||
- nomkl | ||
- numexpr | ||
- numpy | ||
- openpyxl | ||
- psycopg2 | ||
- pymysql | ||
- pytables | ||
- python-dateutil | ||
- python=3.6* | ||
- pytz | ||
- s3fs | ||
- scipy | ||
- sqlalchemy | ||
- xarray | ||
- xlrd | ||
- xlsxwriter | ||
- xlwt | ||
# universal | ||
- pytest | ||
- pytest-xdist | ||
- moto |
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,33 @@ | ||
name: pandas | ||
channels: | ||
- defaults | ||
- conda-forge | ||
dependencies: | ||
- beautifulsoup4 | ||
- cython | ||
- html5lib | ||
- ipython | ||
- jinja2 | ||
- lxml | ||
- matplotlib | ||
- nomkl | ||
- numexpr | ||
- numpy | ||
- openpyxl | ||
- psycopg2 | ||
- pymysql | ||
- pytables | ||
- python-dateutil | ||
- python=3.6* | ||
- pytz | ||
- s3fs | ||
- scipy | ||
- sqlalchemy | ||
- xarray | ||
- xlrd | ||
- xlsxwriter | ||
- xlwt | ||
# universal | ||
- pytest | ||
- pytest-xdist | ||
- moto |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.