Spaces:
Sleeping
Sleeping
Upload requirements_base.txt
Browse files- requirements_base.txt +18 -0
requirements_base.txt
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy==1.26.4
|
2 |
+
pyyaml==6.0.1
|
3 |
+
opencv-python==4.10.0.84
|
4 |
+
scipy==1.13.1
|
5 |
+
imageio==2.34.2
|
6 |
+
lmdb==1.4.1
|
7 |
+
tqdm==4.66.4
|
8 |
+
rich==13.7.1
|
9 |
+
ffmpeg-python==0.2.0
|
10 |
+
onnx==1.16.1
|
11 |
+
scikit-image==0.24.0
|
12 |
+
albumentations==1.4.10
|
13 |
+
matplotlib==3.9.0
|
14 |
+
imageio-ffmpeg==0.5.1
|
15 |
+
tyro==0.8.5
|
16 |
+
gradio==4.37.1
|
17 |
+
pykalman==0.9.7
|
18 |
+
pillow>=10.2.0
|