File tree Expand file tree Collapse file tree 9 files changed +21
-33
lines changed Expand file tree Collapse file tree 9 files changed +21
-33
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -33,6 +33,4 @@ dependencies:
3333 - xlsxwriter
3434 - xlwt
3535 - pyarrow=1.0.1
36- - pip
37- - pip :
38- - pyxlsb
36+ - pyxlsb
Original file line number Diff line number Diff line change @@ -37,6 +37,4 @@ dependencies:
3737 - xlsxwriter
3838 - xlwt
3939 - pyreadstat
40- - pip
41- - pip :
42- - pyxlsb
40+ - pyxlsb
Original file line number Diff line number Diff line change @@ -36,6 +36,4 @@ dependencies:
3636 - xlsxwriter
3737 - xlwt
3838 - pyreadstat
39- - pip
40- - pip :
41- - pyxlsb
39+ - pyxlsb
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -36,6 +36,4 @@ dependencies:
3636 - xlsxwriter
3737 - xlwt
3838 - pyreadstat
39- - pip
40- - pip :
41- - pyxlsb
39+ - pyxlsb
Original file line number Diff line number Diff line change @@ -15,7 +15,5 @@ dependencies:
1515 - numpy
1616 - python-dateutil
1717 - pytz
18- - pip
1918 - flask
20- - pip :
21- - moto
19+ - moto
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -20,6 +20,11 @@ gitpython
2020gitdb
2121sphinx
2222sphinx-panels
23+ numpydoc < 1.2
24+ types-python-dateutil
25+ types-PyMySQL
26+ types-pytz
27+ types-setuptools
2328nbconvert >= 5.4.1
2429nbsphinx
2530pandoc
@@ -79,11 +84,6 @@ pyreadstat
7984tabulate >= 0.8.3
8085natsort
8186git+https://github.com/pydata/pydata-sphinx-theme.git@master
82- numpydoc < 1.2
8387pandas-dev-flaker == 0.2.0
84- types-python-dateutil
85- types-PyMySQL
86- types-pytz
87- types-setuptools
8888pytest-cython
8989setuptools >= 51.0.0
You can’t perform that action at this time.
0 commit comments