From 5ee9628ccd775fc57a5d84404f3b12318765a06b Mon Sep 17 00:00:00 2001 From: prithvijitguha Date: Thu, 30 Dec 2021 21:55:21 +0530 Subject: [PATCH 1/5] changed pydata-sphinx-theme requirement to older commit --- environment.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 15dd329f80deb..aeeb1d1a81bd7 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 with issue link: https://github.com/pandas-dev/pandas/issues/45123 + #issue with pydata-sphix-theme issue link: https://github.com/pydata/pydata-sphinx-theme/issues/523 + #using this last stable version as workaround + - git+https://github.com/pydata/pydata-sphinx-theme.git@41764f5 - pandas-dev-flaker==0.2.0 - - pytest-cython + - pytest-cython \ No newline at end of file From 5d759f6d4e24b469c2fc50139845fb8e08e57c82 Mon Sep 17 00:00:00 2001 From: prithvijitguha Date: Thu, 30 Dec 2021 22:05:21 +0530 Subject: [PATCH 2/5] precommit applied --- environment.yml | 6 +++--- requirements-dev.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/environment.yml b/environment.yml index aeeb1d1a81bd7..1a67457f758cb 100644 --- a/environment.yml +++ b/environment.yml @@ -120,9 +120,9 @@ dependencies: - tabulate>=0.8.3 # DataFrame.to_markdown - natsort # DataFrame.sort_values - pip: - #issue with building environment in conda with issue link: https://github.com/pandas-dev/pandas/issues/45123 - #issue with pydata-sphix-theme issue link: https://github.com/pydata/pydata-sphinx-theme/issues/523 + #issue with building environment in conda on windowswith. 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 this last stable version as workaround - git+https://github.com/pydata/pydata-sphinx-theme.git@41764f5 - pandas-dev-flaker==0.2.0 - - pytest-cython \ No newline at end of file + - 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 From 8af04d7b0f3ff4e0b72271d0b170c9b5bf15b323 Mon Sep 17 00:00:00 2001 From: prithvijitguha Date: Fri, 31 Dec 2021 10:20:27 +0530 Subject: [PATCH 3/5] pre commit --- environment.yml | 5 +---- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/environment.yml b/environment.yml index 1a67457f758cb..1f2a5bb2b785e 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 windowswith. 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 this last stable version as workaround - - git+https://github.com/pydata/pydata-sphinx-theme.git@41764f5 + - pydata-sphinx-theme==0.7.1 - pandas-dev-flaker==0.2.0 - pytest-cython diff --git a/requirements-dev.txt b/requirements-dev.txt index 13e12f5500be5..19f5ba3dd9b7f 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 +pydata-sphinx-theme==0.7.1 pandas-dev-flaker==0.2.0 pytest-cython setuptools>=51.0.0 From 57821461fbaa9556beecd4eb3fbf8c2d1f6ad7a8 Mon Sep 17 00:00:00 2001 From: prithvijitguha Date: Fri, 31 Dec 2021 12:11:42 +0530 Subject: [PATCH 4/5] 0.7.0 build test --- environment.yml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 1f2a5bb2b785e..8b2d08b5e1a92 100644 --- a/environment.yml +++ b/environment.yml @@ -120,6 +120,6 @@ dependencies: - tabulate>=0.8.3 # DataFrame.to_markdown - natsort # DataFrame.sort_values - pip: - - pydata-sphinx-theme==0.7.1 + - pydata-sphinx-theme==0.7.0 - pandas-dev-flaker==0.2.0 - pytest-cython diff --git a/requirements-dev.txt b/requirements-dev.txt index 19f5ba3dd9b7f..c5d0e604133f0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -83,7 +83,7 @@ cftime pyreadstat tabulate>=0.8.3 natsort -pydata-sphinx-theme==0.7.1 +pydata-sphinx-theme==0.7.0 pandas-dev-flaker==0.2.0 pytest-cython setuptools>=51.0.0 From 8c4de0d34f611071ada5bb31daf1364de48dc8e6 Mon Sep 17 00:00:00 2001 From: prithvijitguha Date: Fri, 31 Dec 2021 14:16:36 +0530 Subject: [PATCH 5/5] updated pydata-sphinx-theme to previous stable version --- environment.yml | 5 ++++- requirements-dev.txt | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 8b2d08b5e1a92..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: - - pydata-sphinx-theme==0.7.0 + #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 c5d0e604133f0..13e12f5500be5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -83,7 +83,7 @@ cftime pyreadstat tabulate>=0.8.3 natsort -pydata-sphinx-theme==0.7.0 +git+https://github.com/pydata/pydata-sphinx-theme.git@41764f5 pandas-dev-flaker==0.2.0 pytest-cython setuptools>=51.0.0