File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,9 @@ dependencies:
120
120
- tabulate>=0.8.3 # DataFrame.to_markdown
121
121
- natsort # DataFrame.sort_values
122
122
- pip :
123
- - git+https://github.com/pydata/pydata-sphinx-theme.git@master
123
+ # issue with building environment in conda on windows. Issue: https://github.com/pandas-dev/pandas/issues/45123
124
+ # issue with pydata-sphix-theme on windows. Issue: https://github.com/pydata/pydata-sphinx-theme/issues/523
125
+ # using previous stable version as workaround
126
+ - git+https://github.com/pydata/pydata-sphinx-theme.git@41764f5
124
127
- pandas-dev-flaker==0.2.0
125
128
- pytest-cython
Original file line number Diff line number Diff line change 83
83
pyreadstat
84
84
tabulate >= 0.8.3
85
85
natsort
86
- git+https://github.com/pydata/pydata-sphinx-theme.git@master
86
+ git+https://github.com/pydata/pydata-sphinx-theme.git@41764f5
87
87
pandas-dev-flaker == 0.2.0
88
88
pytest-cython
89
89
setuptools >= 51.0.0
You can’t perform that action at this time.
0 commit comments