From f40c41b50f5cb58fd381a57d778cccb5ef85fbc9 Mon Sep 17 00:00:00 2001 From: acoca Date: Mon, 26 Feb 2024 17:11:34 +0000 Subject: [PATCH 1/3] change jb version to 1.0.0 --- book/environment.yml | 2 +- book/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/book/environment.yml b/book/environment.yml index ded2fa3f..63bc4200 100755 --- a/book/environment.yml +++ b/book/environment.yml @@ -5,7 +5,7 @@ dependencies: - python=3.9 - pip - pip: - - jupyter-book==0.12.3 + - jupyter-book==1.0.0 - ghp-import - sphinx_togglebutton - sphinx_design \ No newline at end of file diff --git a/book/requirements.txt b/book/requirements.txt index 88932df4..bf8fe566 100644 --- a/book/requirements.txt +++ b/book/requirements.txt @@ -1,4 +1,4 @@ -jupyter-book==0.12.3 +jupyter-book==1.0.0 ghp-import sphinx_togglebutton sphinx_design \ No newline at end of file From 523d8deb759e9422a7bcfbed1d7ac9b84aede6e1 Mon Sep 17 00:00:00 2001 From: acoca Date: Mon, 26 Feb 2024 20:20:44 +0000 Subject: [PATCH 2/3] change jb version to 0.15.1 --- book/environment.yml | 2 +- book/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/book/environment.yml b/book/environment.yml index 63bc4200..914a189b 100755 --- a/book/environment.yml +++ b/book/environment.yml @@ -5,7 +5,7 @@ dependencies: - python=3.9 - pip - pip: - - jupyter-book==1.0.0 + - jupyter-book==0.15.1 - ghp-import - sphinx_togglebutton - sphinx_design \ No newline at end of file diff --git a/book/requirements.txt b/book/requirements.txt index bf8fe566..a4c187b1 100644 --- a/book/requirements.txt +++ b/book/requirements.txt @@ -1,4 +1,4 @@ -jupyter-book==1.0.0 +jupyter-book==0.15.1 ghp-import sphinx_togglebutton sphinx_design \ No newline at end of file From 4564db283ee3376627de5c04cd9a0960eedc6634 Mon Sep 17 00:00:00 2001 From: acoca Date: Mon, 26 Feb 2024 20:26:58 +0000 Subject: [PATCH 3/3] change python version to match requirement.txt --- book/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/environment.yml b/book/environment.yml index 914a189b..e789e4e1 100755 --- a/book/environment.yml +++ b/book/environment.yml @@ -2,7 +2,7 @@ name: eds-book channels: - conda-forge dependencies: - - python=3.9 + - python=3.8 - pip - pip: - jupyter-book==0.15.1