We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c774da7 commit b576c23Copy full SHA for b576c23
environment.yml
@@ -35,6 +35,7 @@ dependencies:
35
- sphinx
36
- sphinx-panels
37
- numpydoc < 1.2 # 2021-02-09 1.2dev breaking CI
38
+ - pydata-sphinx-theme
39
- types-python-dateutil
40
- types-PyMySQL
41
- types-pytz
@@ -120,6 +121,5 @@ dependencies:
120
121
- tabulate>=0.8.3 # DataFrame.to_markdown
122
- natsort # DataFrame.sort_values
123
- pip:
- - pydata-sphinx-theme
124
- pandas-dev-flaker==0.2.0
125
- pytest-cython
requirements-dev.txt
@@ -21,6 +21,7 @@ gitdb
21
sphinx
22
sphinx-panels
23
numpydoc < 1.2
24
+pydata-sphinx-theme
25
types-python-dateutil
26
types-PyMySQL
27
types-pytz
@@ -83,7 +84,6 @@ cftime
83
84
pyreadstat
85
tabulate>=0.8.3
86
natsort
-pydata-sphinx-theme
87
pandas-dev-flaker==0.2.0
88
pytest-cython
89
setuptools>=51.0.0
0 commit comments