Skip to content

Commit

Permalink
CI: Install more packages from conda-forge (pandas-dev#44817)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashaag authored Dec 22, 2021
1 parent 9138b1d commit dd018ac
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 33 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
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

0 comments on commit dd018ac

Please sign in to comment.