Skip to content

Commit dbe2562

Browse files
committed
CI: Install more packages from conda-forge
1 parent 3397585 commit dbe2562

9 files changed

+23
-33
lines changed

ci/deps/actions-38-db.yaml

+4-6
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ dependencies:
4545
- xlrd
4646
- xlsxwriter
4747
- xlwt
48-
- pip
49-
- pip:
50-
- brotlipy
51-
- coverage
52-
- pandas-datareader
53-
- pyxlsb
48+
- brotlipy
49+
- coverage
50+
- pandas-datareader
51+
- pyxlsb

ci/deps/actions-38-locale.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,4 @@ dependencies:
3333
- xlsxwriter
3434
- xlwt
3535
- pyarrow=1.0.1
36-
- pip
37-
- pip:
38-
- pyxlsb
36+
- pyxlsb

ci/deps/actions-39-slow.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,4 @@ dependencies:
3737
- xlsxwriter
3838
- xlwt
3939
- pyreadstat
40-
- pip
41-
- pip:
42-
- pyxlsb
40+
- pyxlsb

ci/deps/actions-39.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,4 @@ dependencies:
3636
- xlsxwriter
3737
- xlwt
3838
- pyreadstat
39-
- pip
40-
- pip:
41-
- pyxlsb
39+
- pyxlsb

ci/deps/azure-macos-38.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ dependencies:
2323
- numpy=1.18.5
2424
- openpyxl
2525
- pyarrow=1.0.1
26+
- pyreadstat
2627
- pytables
2728
- python-dateutil==2.8.1
2829
- pytz
30+
- pyxlsb
2931
- xarray
3032
- xlrd
3133
- xlsxwriter
3234
- xlwt
3335
- pip
3436
- pip:
3537
- cython>=0.29.24
36-
- pyreadstat
37-
- pyxlsb

ci/deps/azure-windows-39.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,5 @@ dependencies:
3636
- xlsxwriter
3737
- xlwt
3838
- pyreadstat
39-
- pip
40-
- pip:
41-
- pyxlsb
39+
- pyxlsb
40+
- zstandard

ci/deps/circle-38-arm64.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ dependencies:
1515
- numpy
1616
- python-dateutil
1717
- pytz
18-
- pip
18+
- zstandard
1919
- flask
20-
- pip:
21-
- moto
20+
- moto

environment.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ dependencies:
3434
- gitdb
3535
- sphinx
3636
- sphinx-panels
37+
- numpydoc < 1.2 # 2021-02-09 1.2dev breaking CI
38+
- types-python-dateutil
39+
- types-PyMySQL
40+
- types-pytz
41+
- types-setuptools
3742

3843
# documentation (jupyter notebooks)
3944
- nbconvert>=5.4.1
@@ -116,10 +121,5 @@ dependencies:
116121
- natsort # DataFrame.sort_values
117122
- pip:
118123
- git+https://github.com/pydata/pydata-sphinx-theme.git@master
119-
- numpydoc < 1.2 # 2021-02-09 1.2dev breaking CI
120124
- pandas-dev-flaker==0.2.0
121-
- types-python-dateutil
122-
- types-PyMySQL
123-
- types-pytz
124-
- types-setuptools
125125
- pytest-cython

requirements-dev.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ gitpython
2020
gitdb
2121
sphinx
2222
sphinx-panels
23+
numpydoc < 1.2
24+
types-python-dateutil
25+
types-PyMySQL
26+
types-pytz
27+
types-setuptools
2328
nbconvert>=5.4.1
2429
nbsphinx
2530
pandoc
@@ -79,11 +84,6 @@ pyreadstat
7984
tabulate>=0.8.3
8085
natsort
8186
git+https://github.com/pydata/pydata-sphinx-theme.git@master
82-
numpydoc < 1.2
8387
pandas-dev-flaker==0.2.0
84-
types-python-dateutil
85-
types-PyMySQL
86-
types-pytz
87-
types-setuptools
8888
pytest-cython
8989
setuptools>=51.0.0

0 commit comments

Comments
 (0)