Skip to content

Commit

Permalink
update to fsrs-optimizer v5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
L-M-Sherlock committed Aug 27, 2024
1 parent 9d490ce commit 73a47f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""


Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FSRS-Optimizer==4.29.0
FSRS-Optimizer==5.0.6

0 comments on commit 73a47f1

Please sign in to comment.