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