ka1kuk commited on
Commit
b735c96
1 Parent(s): a974b47

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -4,10 +4,10 @@ sentencepiece==0.1.*
4
  torch==1.11.*
5
  transformers==4.*
6
  uvicorn[standard]==0.17.*
7
- aiohttp
8
- certifi
9
- httpx
10
- prompt_toolkit
11
- requests
12
- rich
13
 
 
4
  torch==1.11.*
5
  transformers==4.*
6
  uvicorn[standard]==0.17.*
7
+ aiohttp == 3.8.*
8
+ certifi == 2023.5.*
9
+ httpx == 0.24.*
10
+ prompt-toolkit == 3.0.*
11
+ requests == 2.31.*
12
+ rich == 13.4.*
13