From 2727b8eb2e92951fec41db009a9207dec6d427bb Mon Sep 17 00:00:00 2001 From: Firas Moosvi Date: Thu, 22 Aug 2024 20:42:52 -0700 Subject: [PATCH] JB to 1.0.0 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e2ee67a7..934d5b66 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: - name: Install dependencies run: | pip install -r requirements.txt - pip install jupyter-book==1.0.1 + pip install jupyter-book==1.0.0 - name: execute scripts run: |