Skip to content

Commit f7f0cee

Browse files
Updated environment.yml (#45130)
1 parent fb9f205 commit f7f0cee

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

environment.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ dependencies:
120120
- tabulate>=0.8.3 # DataFrame.to_markdown
121121
- natsort # DataFrame.sort_values
122122
- 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
124127
- pandas-dev-flaker==0.2.0
125128
- pytest-cython

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ cftime
8383
pyreadstat
8484
tabulate>=0.8.3
8585
natsort
86-
git+https://github.com/pydata/pydata-sphinx-theme.git@master
86+
git+https://github.com/pydata/pydata-sphinx-theme.git@41764f5
8787
pandas-dev-flaker==0.2.0
8888
pytest-cython
8989
setuptools>=51.0.0

0 commit comments

Comments
 (0)