salma-remyx commited on
Commit
740c6a9
1 Parent(s): 33bfa10

add spacy dep

Browse files
Files changed (2) hide show
  1. requirements.txt +1 -0
  2. setup.sh +2 -0
requirements.txt CHANGED
@@ -19,6 +19,7 @@ scipy==1.12.0
19
  litellm==1.25.2
20
  pycocotools==2.0.6
21
  datasets==3.1.0
 
22
  onnxruntime-gpu
23
  pandas
24
  html5lib
 
19
  litellm==1.25.2
20
  pycocotools==2.0.6
21
  datasets==3.1.0
22
+ spacy==3.7.5
23
  onnxruntime-gpu
24
  pandas
25
  html5lib
setup.sh ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ #!/bin/bash
2
+ python3 -m spacy download en_core_web_sm