Update requirements.txt
Browse files- requirements.txt +22 -22
requirements.txt
CHANGED
@@ -1,22 +1,22 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
-
torch
|
3 |
-
torchvision==0.18.0
|
4 |
-
torchaudio==2.3.0
|
5 |
-
|
6 |
-
numpy==1.26.4
|
7 |
-
pyyaml==6.0.1
|
8 |
-
opencv-python==4.10.0.84
|
9 |
-
scipy==1.13.1
|
10 |
-
imageio==2.34.2
|
11 |
-
lmdb==1.4.1
|
12 |
-
tqdm==4.66.4
|
13 |
-
rich==13.7.1
|
14 |
-
ffmpeg-python==0.2.0
|
15 |
-
onnxruntime-gpu==1.18.0
|
16 |
-
onnx==1.16.1
|
17 |
-
scikit-image==0.24.0
|
18 |
-
albumentations==1.4.10
|
19 |
-
matplotlib==3.9.0
|
20 |
-
imageio-ffmpeg==0.5.1
|
21 |
-
tyro==0.8.5
|
22 |
-
gradio==4.37.1
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
+
torch
|
3 |
+
torchvision==0.18.0
|
4 |
+
torchaudio==2.3.0
|
5 |
+
|
6 |
+
numpy==1.26.4
|
7 |
+
pyyaml==6.0.1
|
8 |
+
opencv-python==4.10.0.84
|
9 |
+
scipy==1.13.1
|
10 |
+
imageio==2.34.2
|
11 |
+
lmdb==1.4.1
|
12 |
+
tqdm==4.66.4
|
13 |
+
rich==13.7.1
|
14 |
+
ffmpeg-python==0.2.0
|
15 |
+
onnxruntime-gpu==1.18.0
|
16 |
+
onnx==1.16.1
|
17 |
+
scikit-image==0.24.0
|
18 |
+
albumentations==1.4.10
|
19 |
+
matplotlib==3.9.0
|
20 |
+
imageio-ffmpeg==0.5.1
|
21 |
+
tyro==0.8.5
|
22 |
+
gradio==4.37.1
|