Spaces:
Running
on
Zero
Running
on
Zero
derektan
commited on
Commit
·
cc73c13
1
Parent(s):
5614985
Updated requirements.txt
Browse files- requirements.txt +10 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
# python 3.10.14
|
| 2 |
|
|
|
|
| 3 |
numpy==1.26.3
|
| 4 |
torch==2.4.0 # 2.4.1
|
| 5 |
torchvision==0.19.0 # 0.19.1
|
|
@@ -9,4 +10,12 @@ open_clip_torch==2.30.0
|
|
| 9 |
transformers==4.45.1
|
| 10 |
tokenizers==0.20.3
|
| 11 |
opencv-python==4.10.0.84
|
| 12 |
-
gradio==4.44.1 # 3.39.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# python 3.10.14
|
| 2 |
|
| 3 |
+
# Taxabind
|
| 4 |
numpy==1.26.3
|
| 5 |
torch==2.4.0 # 2.4.1
|
| 6 |
torchvision==0.19.0 # 0.19.1
|
|
|
|
| 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
|
| 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
|