From f7f0cee59c50eb17ae134ded532383badef5562b Mon Sep 17 00:00:00 2001 From: Prithvijit <71138854+prithvijitguha@users.noreply.github.com> Date: Fri, 31 Dec 2021 20:51:22 +0530 Subject: [PATCH] Updated environment.yml (#45130) --- environment.yml | 5 ++++- requirements-dev.txt | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 15dd329f80deb..86a3df9e90375 100644 --- a/environment.yml +++ b/environment.yml @@ -120,6 +120,9 @@ dependencies: - tabulate>=0.8.3 # DataFrame.to_markdown - natsort # DataFrame.sort_values - pip: - - git+https://github.com/pydata/pydata-sphinx-theme.git@master + #issue with building environment in conda on windows. Issue: https://github.com/pandas-dev/pandas/issues/45123 + #issue with pydata-sphix-theme on windows. Issue: https://github.com/pydata/pydata-sphinx-theme/issues/523 + #using previous stable version as workaround + - git+https://github.com/pydata/pydata-sphinx-theme.git@41764f5 - pandas-dev-flaker==0.2.0 - pytest-cython diff --git a/requirements-dev.txt b/requirements-dev.txt index f199d084371d9..13e12f5500be5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -83,7 +83,7 @@ cftime pyreadstat tabulate>=0.8.3 natsort -git+https://github.com/pydata/pydata-sphinx-theme.git@master +git+https://github.com/pydata/pydata-sphinx-theme.git@41764f5 pandas-dev-flaker==0.2.0 pytest-cython setuptools>=51.0.0