Clement Vachet commited on
Commit
243f31c
·
1 Parent(s): ae17bb5

Add requirements file

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -0
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ --find-links https://download.pytorch.org/whl/torch_stable.html
2
+
3
+ numpy==1.26.4
4
+ pillow==11.0.0
5
+ torch==2.2.2+cpu
6
+ torchvision==0.17.2+cpu
7
+ gradio==5.5.0
8
+ matplotlib==3.9.2
9
+ transformers==4.46.2
10
+ requests==2.32.3
11
+ python-dotenv==1.0.1
12
+ pytest==8.3.3