Skip to content

Commit

Permalink
CI: Install more packages from conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashaag committed Dec 8, 2021
1 parent 3397585 commit 7469909
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 28 deletions.
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
5 changes: 2 additions & 3 deletions ci/deps/azure-windows-39.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,5 @@ dependencies:
- xlsxwriter
- xlwt
- pyreadstat
- pip
- pip:
- pyxlsb
- pyxlsb
- zstandard
5 changes: 2 additions & 3 deletions ci/deps/circle-38-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ dependencies:
- numpy
- python-dateutil
- pytz
- pip
- zstandard
- 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

0 comments on commit 7469909

Please sign in to comment.