From 73a47f100c1b2980c82cbdff7f30f9072b315814 Mon Sep 17 00:00:00 2001 From: Jarrett Ye Date: Tue, 27 Aug 2024 11:12:51 +0800 Subject: [PATCH] update to fsrs-optimizer v5.0.6 --- .github/workflows/sync.yml | 2 +- app.py | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index d8d6ca3..8f79f60 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -17,4 +17,4 @@ jobs: - name: Push to hub env: HF_TOKEN: ${{ secrets.HF_TOKEN }} - run: git push https://HF_USERNAME:$HF_TOKEN@huggingface.co/spaces/open-spaced-repetition/fsrs4anki_app main + run: git push https://HF_USERNAME:$HF_TOKEN@huggingface.co/spaces/open-spaced-repetition/fsrs-optimizer main diff --git a/app.py b/app.py index 9426d84..c02d83b 100644 --- a/app.py +++ b/app.py @@ -26,7 +26,7 @@ def get_w_markdown(w): Check out the Analysis tab for more detailed information. - **Note**: These values should be used with FSRS scheduler v4.0.0 or above. + **Note**: These values should be used with FSRS scheduler v5.0.0 or above. """ diff --git a/requirements.txt b/requirements.txt index 77b21a2..427ad6e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -FSRS-Optimizer==4.29.0 +FSRS-Optimizer==5.0.6