Skip to content

Commit 3a92b4a

Browse files
updated pydata to master in environment.yml (#45195)
1 parent d911bfa commit 3a92b4a

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

environment.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@ dependencies:
120120
- tabulate>=0.8.3 # DataFrame.to_markdown
121121
- natsort # DataFrame.sort_values
122122
- pip:
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
123+
- git+https://github.com/pydata/pydata-sphinx-theme.git@master
127124
- pandas-dev-flaker==0.2.0
128125
- pytest-cython

requirements-dev.txt

+1-1
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@41764f5
86+
git+https://github.com/pydata/pydata-sphinx-theme.git@master
8787
pandas-dev-flaker==0.2.0
8888
pytest-cython
8989
setuptools>=51.0.0

0 commit comments

Comments
 (0)