Spaces:
Sleeping
Sleeping
paulamartya25 commited on
Commit ·
4d766de
1
Parent(s): 55a6d9c
Fix dependencies for Render deployment - use compatible Python 3.11
Browse files- requirements.txt +12 -12
- runtime.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
-
torch=
|
| 2 |
-
torchvision=
|
| 3 |
-
numpy
|
| 4 |
-
Pillow=
|
| 5 |
-
gradio=
|
| 6 |
-
tenseal=
|
| 7 |
-
scikit-learn=
|
| 8 |
-
matplotlib=
|
| 9 |
-
seaborn=
|
| 10 |
-
opencv-python-headless=
|
| 11 |
-
tqdm=
|
| 12 |
-
scipy=
|
|
|
|
| 1 |
+
torch>=2.0.0
|
| 2 |
+
torchvision>=0.15.0
|
| 3 |
+
numpy<2.0.0
|
| 4 |
+
Pillow>=10.0.0
|
| 5 |
+
gradio>=4.0.0
|
| 6 |
+
tenseal>=0.3.14
|
| 7 |
+
scikit-learn>=1.3.0
|
| 8 |
+
matplotlib>=3.7.0
|
| 9 |
+
seaborn>=0.12.0
|
| 10 |
+
opencv-python-headless>=4.8.0
|
| 11 |
+
tqdm>=4.65.0
|
| 12 |
+
scipy>=1.10.0
|
runtime.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
python-3.11.9
|