Spaces:
Running
on
Zero
Running
on
Zero
derektan
commited on
Commit
·
8fd6f86
1
Parent(s):
182a98a
Reordered requirements.txt
Browse files- requirements.txt +12 -12
requirements.txt
CHANGED
@@ -1,5 +1,16 @@
|
|
1 |
# python 3.10.14
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
# Taxabind
|
4 |
numpy==1.26.3
|
5 |
torch==2.4.0 # 2.4.1
|
@@ -10,15 +21,4 @@ open_clip_torch==2.30.0
|
|
10 |
transformers==4.45.1
|
11 |
tokenizers==0.20.3
|
12 |
opencv-python==4.10.0.84
|
13 |
-
gradio==4.44.1 # 3.39.0
|
14 |
-
|
15 |
-
# Search-TTA
|
16 |
-
scipy==1.14.1
|
17 |
-
scikit-learn==1.6.1
|
18 |
-
scikit-image==0.24.0
|
19 |
-
matplotlib==3.9.1
|
20 |
-
imageio==2.36.0
|
21 |
-
shapely==2.0.7
|
22 |
-
rasterio==1.4.1
|
23 |
-
kneed==0.8.5
|
24 |
-
easydict==1.13
|
|
|
1 |
# python 3.10.14
|
2 |
|
3 |
+
# Search-TTA
|
4 |
+
scipy==1.14.1
|
5 |
+
scikit-learn==1.6.1
|
6 |
+
scikit-image==0.24.0
|
7 |
+
matplotlib==3.9.1
|
8 |
+
imageio==2.36.0
|
9 |
+
shapely==2.0.7
|
10 |
+
rasterio==1.4.1
|
11 |
+
kneed==0.8.5
|
12 |
+
easydict==1.13
|
13 |
+
|
14 |
# Taxabind
|
15 |
numpy==1.26.3
|
16 |
torch==2.4.0 # 2.4.1
|
|
|
21 |
transformers==4.45.1
|
22 |
tokenizers==0.20.3
|
23 |
opencv-python==4.10.0.84
|
24 |
+
gradio==4.44.1 # 3.39.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|