JarrettYe commited on
Commit
73a47f1
1 Parent(s): 9d490ce

update to fsrs-optimizer v5.0.6

Browse files
Files changed (3) hide show
  1. .github/workflows/sync.yml +1 -1
  2. app.py +1 -1
  3. 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/fsrs4anki_app main
 
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 v4.0.0 or above.
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==4.29.0
 
1
+ FSRS-Optimizer==5.0.6