update to fsrs-optimizer v5.0.6
Browse files- .github/workflows/sync.yml +1 -1
- app.py +1 -1
- requirements.txt +1 -1
.github/workflows/sync.yml
CHANGED
@@ -17,4 +17,4 @@ jobs:
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
-
run: git push https://HF_USERNAME:$HF_TOKEN@huggingface.co/spaces/open-spaced-repetition/
|
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
+
run: git push https://HF_USERNAME:$HF_TOKEN@huggingface.co/spaces/open-spaced-repetition/fsrs-optimizer main
|
app.py
CHANGED
@@ -26,7 +26,7 @@ def get_w_markdown(w):
|
|
26 |
|
27 |
Check out the Analysis tab for more detailed information.
|
28 |
|
29 |
-
**Note**: These values should be used with FSRS scheduler
|
30 |
"""
|
31 |
|
32 |
|
|
|
26 |
|
27 |
Check out the Analysis tab for more detailed information.
|
28 |
|
29 |
+
**Note**: These values should be used with FSRS scheduler v5.0.0 or above.
|
30 |
"""
|
31 |
|
32 |
|
requirements.txt
CHANGED
@@ -1 +1 @@
|
|
1 |
-
FSRS-Optimizer==
|
|
|
1 |
+
FSRS-Optimizer==5.0.6
|