From 3a92b4a50a8c9224674acf8bae0049d9497376d8 Mon Sep 17 00:00:00 2001 From: Prithvijit <71138854+prithvijitguha@users.noreply.github.com> Date: Wed, 5 Jan 2022 22:39:00 +0530 Subject: [PATCH] updated pydata to master in environment.yml (#45195) --- environment.yml | 5 +---- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/environment.yml b/environment.yml index bf317d24122ae..a901d6f2e9f57 100644 --- a/environment.yml +++ b/environment.yml @@ -120,9 +120,6 @@ dependencies: - tabulate>=0.8.3 # DataFrame.to_markdown - natsort # DataFrame.sort_values - pip: - #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 + - git+https://github.com/pydata/pydata-sphinx-theme.git@master - pandas-dev-flaker==0.2.0 - pytest-cython diff --git a/requirements-dev.txt b/requirements-dev.txt index 17881500bfa0c..b483d72118a3d 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@41764f5 +git+https://github.com/pydata/pydata-sphinx-theme.git@master pandas-dev-flaker==0.2.0 pytest-cython setuptools>=51.0.0