chanfee commited on
Commit
2047a6d
·
verified ·
1 Parent(s): 842a66b

Update requirements.txt

Browse files

Try to fix compatibility issues

Files changed (1) hide show
  1. requirements.txt +6 -1
requirements.txt CHANGED
@@ -7,4 +7,9 @@ transformers
7
  ftfy
8
  regex
9
  pandas
10
- huggingface_hub
 
 
 
 
 
 
7
  ftfy
8
  regex
9
  pandas
10
+ huggingface_hub
11
+
12
+ # Try to fix compatibility issues
13
+ fastapi==0.100.0
14
+ pydantic==2.1.1
15
+ starlette==0.27.0