thearnabsarkar commited on
Commit
11f1f42
·
verified ·
1 Parent(s): 573f67b

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -0
requirements.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ jsonschema==4.21.1
2
+ referencing==0.35.1
3
+ python-dateutil==2.9.0.post0
4
+ numpy<2.0
5
+ rapidfuzz==3.9.6
6
+ pandas==2.2.2
7
+ transformers==4.44.2
8
+ datasets==3.0.1
9
+ onnxruntime==1.18.1
10
+ gradio==4.44.0
11
+ rich==13.8.0
12
+ click==8.1.7
13
+ safetensors==0.4.0
14
+