Skip to content
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: Install more packages from conda-forge #44817

Merged
merged 2 commits into from
Dec 22, 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
10 changes: 4 additions & 6 deletions ci/deps/actions-38-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ dependencies:
- xlrd
- xlsxwriter
- xlwt
- pip
- pip:
- brotlipy
- coverage
- pandas-datareader
- pyxlsb
- brotlipy
- coverage
- pandas-datareader
- pyxlsb
4 changes: 1 addition & 3 deletions ci/deps/actions-38-locale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,4 @@ dependencies:
- xlsxwriter
- xlwt
- pyarrow=1.0.1
- pip
- pip:
- pyxlsb
- pyxlsb
4 changes: 1 addition & 3 deletions ci/deps/actions-39-slow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,4 @@ dependencies:
- xlsxwriter
- xlwt
- pyreadstat
- pip
- pip:
- pyxlsb
- pyxlsb
4 changes: 1 addition & 3 deletions ci/deps/actions-39.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,4 @@ dependencies:
- xlsxwriter
- xlwt
- pyreadstat
- pip
- pip:
- pyxlsb
- pyxlsb
4 changes: 2 additions & 2 deletions ci/deps/azure-macos-38.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ dependencies:
- numpy=1.18.5
- openpyxl
- pyarrow=1.0.1
- pyreadstat
- pytables
- python-dateutil==2.8.1
- pytz
- pyxlsb
- xarray
- xlrd
- xlsxwriter
- xlwt
- pip
- pip:
- cython>=0.29.24
- pyreadstat
- pyxlsb
4 changes: 1 addition & 3 deletions ci/deps/azure-windows-39.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,4 @@ dependencies:
- xlsxwriter
- xlwt
- pyreadstat
- pip
- pip:
- pyxlsb
- pyxlsb
4 changes: 1 addition & 3 deletions ci/deps/circle-38-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@ dependencies:
- numpy
- python-dateutil
- pytz
- pip
- flask
- pip:
- moto
- moto
10 changes: 5 additions & 5 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ dependencies:
- gitdb
- sphinx
- sphinx-panels
- numpydoc < 1.2 # 2021-02-09 1.2dev breaking CI
- types-python-dateutil
- types-PyMySQL
- types-pytz
- types-setuptools

# documentation (jupyter notebooks)
- nbconvert>=5.4.1
Expand Down Expand Up @@ -116,10 +121,5 @@ dependencies:
- natsort # DataFrame.sort_values
- pip:
- git+https://github.com/pydata/pydata-sphinx-theme.git@master
- numpydoc < 1.2 # 2021-02-09 1.2dev breaking CI
- pandas-dev-flaker==0.2.0
- types-python-dateutil
- types-PyMySQL
- types-pytz
- types-setuptools
- pytest-cython
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ gitpython
gitdb
sphinx
sphinx-panels
numpydoc < 1.2
types-python-dateutil
types-PyMySQL
types-pytz
types-setuptools
nbconvert>=5.4.1
nbsphinx
pandoc
Expand Down Expand Up @@ -79,11 +84,6 @@ pyreadstat
tabulate>=0.8.3
natsort
git+https://github.com/pydata/pydata-sphinx-theme.git@master
numpydoc < 1.2
pandas-dev-flaker==0.2.0
types-python-dateutil
types-PyMySQL
types-pytz
types-setuptools
pytest-cython
setuptools>=51.0.0