Spaces:
Running
on
Zero
Running
on
Zero
Upload requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -3,7 +3,7 @@ torch
|
|
3 |
torchvision
|
4 |
torchaudio
|
5 |
onnxruntime-gpu==1.18.0 # または onnxruntime>=1.16.0 (CPUのみの場合)
|
6 |
-
numpy
|
7 |
Pillow
|
8 |
matplotlib
|
9 |
requests
|
|
|
3 |
torchvision
|
4 |
torchaudio
|
5 |
onnxruntime-gpu==1.18.0 # または onnxruntime>=1.16.0 (CPUのみの場合)
|
6 |
+
numpy<2.0 # Pin NumPy version for onnxruntime compatibility
|
7 |
Pillow
|
8 |
matplotlib
|
9 |
requests
|