johnlockejrr commited on
Commit
080cc9d
·
verified ·
1 Parent(s): 43bca44

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -5,7 +5,9 @@
5
  # If needed, it will be installed automatically based on the space configuration
6
 
7
  # Core ML/DL libraries
8
- # PyTorch is handled by HF Spaces - no need to specify here
 
 
9
 
10
  # Image processing
11
  opencv-python>=4.8.0
 
5
  # If needed, it will be installed automatically based on the space configuration
6
 
7
  # Core ML/DL libraries
8
+ # PyTorch - required for model inference
9
+ torch>=2.0.0
10
+ torchvision>=0.15.0
11
 
12
  # Image processing
13
  opencv-python>=4.8.0