paulamartya25 commited on
Commit
4d766de
·
1 Parent(s): 55a6d9c

Fix dependencies for Render deployment - use compatible Python 3.11

Browse files
Files changed (2) hide show
  1. requirements.txt +12 -12
  2. runtime.txt +1 -0
requirements.txt CHANGED
@@ -1,12 +1,12 @@
1
- torch==2.0.1
2
- torchvision==0.15.2
3
- numpy==1.24.3
4
- Pillow==10.0.0
5
- gradio==2.9.4
6
- tenseal==0.3.15
7
- scikit-learn==1.3.0
8
- matplotlib==3.7.2
9
- seaborn==0.12.2
10
- opencv-python-headless==4.8.0.76
11
- tqdm==4.65.0
12
- scipy==1.11.1
 
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