Spaces:
Build error
Build error
updated: req.txt 3
Browse files- .gitignore +1 -0
- requirements.txt +12 -12
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
ricevenv/
|
requirements.txt
CHANGED
|
@@ -2,25 +2,25 @@
|
|
| 2 |
# Usage: pip install -r requirements.txt
|
| 3 |
|
| 4 |
glob2==0.7
|
| 5 |
-
textwrap3==0.
|
| 6 |
|
| 7 |
# Base ----------------------------------------
|
| 8 |
-
matplotlib>=3.
|
| 9 |
-
numpy>=1.
|
| 10 |
opencv-python-headless
|
| 11 |
-
Pillow>=
|
| 12 |
-
PyYAML>=
|
| 13 |
-
requests>=2.
|
| 14 |
-
scipy>=1.
|
| 15 |
-
torch>=
|
| 16 |
-
torchvision>=0.
|
| 17 |
-
tqdm>=4.
|
| 18 |
protobuf<4.21.5 # https://github.com/ultralytics/yolov5/issues/8012
|
| 19 |
|
| 20 |
|
| 21 |
# Plotting ------------------------------------
|
| 22 |
-
pandas>=
|
| 23 |
-
seaborn>=0.
|
| 24 |
|
| 25 |
|
| 26 |
# Extras --------------------------------------
|
|
|
|
| 2 |
# Usage: pip install -r requirements.txt
|
| 3 |
|
| 4 |
glob2==0.7
|
| 5 |
+
textwrap3==0.9.2
|
| 6 |
|
| 7 |
# Base ----------------------------------------
|
| 8 |
+
matplotlib>=3.8.0
|
| 9 |
+
numpy>=1.26.0
|
| 10 |
opencv-python-headless
|
| 11 |
+
Pillow>=10.0.1
|
| 12 |
+
PyYAML>=6.0.1
|
| 13 |
+
requests>=2.31.0
|
| 14 |
+
scipy>=1.11.3 # Google Colab version
|
| 15 |
+
torch>=2.0.1
|
| 16 |
+
torchvision>=0.15.2
|
| 17 |
+
tqdm>=4.66.1
|
| 18 |
protobuf<4.21.5 # https://github.com/ultralytics/yolov5/issues/8012
|
| 19 |
|
| 20 |
|
| 21 |
# Plotting ------------------------------------
|
| 22 |
+
pandas>=2.1.1
|
| 23 |
+
seaborn>=0.13.0
|
| 24 |
|
| 25 |
|
| 26 |
# Extras --------------------------------------
|