Spaces:
Sleeping
Sleeping
SakibRumu
commited on
Update requirements.txt
Browse files- requirements.txt +9 -7
requirements.txt
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
-
gradio
|
2 |
-
fastai>=2.7.0 # Ensure compatibility with torch 2.x
|
3 |
-
torch==2.3.1
|
4 |
-
pillow>=9.0.0
|
5 |
-
timm==0.6.7
|
6 |
-
google-genai==1.5.0
|
7 |
pydantic==2.10.6
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
pydantic==2.10.6
|
2 |
+
torch==2.0.1
|
3 |
+
torchvision==0.15.2
|
4 |
+
gradio==4.44.0
|
5 |
+
numpy==1.26.4
|
6 |
+
pillow==10.4.0
|
7 |
+
matplotlib==3.9.2
|
8 |
+
pandas==2.2.2
|
9 |
+
scikit-learn==1.5.1
|
10 |
+
seaborn==0.13.2
|