burnmydays commited on
Commit
56ffdb9
·
1 Parent(s): 9a9458b

Add runtime.txt for Python 3.11 to fix spacy wheels

Browse files
Files changed (2) hide show
  1. requirements.txt +2 -0
  2. runtime.txt +1 -0
requirements.txt CHANGED
@@ -3,5 +3,7 @@ transformers>=4.30
3
  torch
4
  pandas
5
  matplotlib
 
6
  sentencepiece
7
  sacremoses
 
 
3
  torch
4
  pandas
5
  matplotlib
6
+ spacy==3.7.2
7
  sentencepiece
8
  sacremoses
9
+ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl
runtime.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ python-3.11