zhanyil2 commited on
Commit
afad553
1 Parent(s): 1fd60fc

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -0
requirements.txt ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ certifi==2022.12.7
2
+ charset-normalizer==2.1.1
3
+ click==8.1.3
4
+ idna==3.4
5
+ joblib==1.2.0
6
+ nltk==3.8
7
+ numpy==1.23.5
8
+ Pillow==9.3.0
9
+ regex==2022.10.31
10
+ requests==2.28.1
11
+ torch==1.13.0+cpu
12
+ torchaudio==0.13.0+cpu
13
+ torchvision==0.14.0+cpu
14
+ tqdm==4.64.1
15
+ typing_extensions==4.4.0
16
+ urllib3==1.26.13