File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,12 @@ dependencies:
32
32
# documentation
33
33
- gitpython # obtain contributors from git for whatsnew
34
34
- gitdb
35
+ - numpydoc < 1.2 # 2021-02-09 1.2dev breaking CI
36
+ - pandas-dev-flaker==0.2.0
37
+ - pydata-sphinx-theme
38
+ - pytest-cython
35
39
- sphinx
36
40
- sphinx-panels
37
- - numpydoc < 1.2 # 2021-02-09 1.2dev breaking CI
38
41
- types-python-dateutil
39
42
- types-PyMySQL
40
43
- types-pytz
@@ -77,7 +80,6 @@ dependencies:
77
80
- ipywidgets
78
81
- nbformat
79
82
- notebook>=6.0.3
80
- - pip
81
83
82
84
# optional
83
85
- blosc
@@ -119,7 +121,3 @@ dependencies:
119
121
- pyreadstat # pandas.read_spss
120
122
- tabulate>=0.8.3 # DataFrame.to_markdown
121
123
- natsort # DataFrame.sort_values
122
- - pip :
123
- - pydata-sphinx-theme
124
- - pandas-dev-flaker==0.2.0
125
- - pytest-cython
You can’t perform that action at this time.
0 commit comments