update
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
matplotlib>=3.3.0
|
2 |
+
numpy>=1.22.2 # pinned by Snyk to avoid a vulnerability
|
3 |
+
opencv-python>=4.6.0
|
4 |
+
pillow>=7.1.2
|
5 |
+
pyyaml>=5.3.1
|
6 |
+
requests>=2.23.0
|
7 |
+
scipy>=1.4.1
|
8 |
+
torch>=1.8.0
|
9 |
+
torchvision>=0.9.0
|
10 |
+
tqdm>=4.64.0
|
11 |
+
pandas>=1.1.4
|
12 |
+
seaborn>=0.11.0
|
13 |
+
ultralytics
|