Spaces:
Running
Running
Commit
·
42ee25d
1
Parent(s):
8b182f0
Update requirements.txt
Browse files- requirements.txt +7 -2
requirements.txt
CHANGED
@@ -1,10 +1,12 @@
|
|
1 |
albumentations==1.3.0
|
2 |
beautifulsoup4==4.11.1
|
3 |
Flask==2.2.2
|
4 |
-
matplotlib==3.
|
|
|
5 |
numpy==1.23.5
|
6 |
onnx==1.14.0
|
7 |
onnx_caffe2==1.0.0
|
|
|
8 |
Pillow==9.5.0
|
9 |
pytorch_lightning==2.0.2
|
10 |
Requests==2.30.0
|
@@ -14,4 +16,7 @@ selenium==4.9.1
|
|
14 |
streamlit==1.13.0
|
15 |
torch
|
16 |
torchvision==0.14.0
|
17 |
-
tqdm==4.64.1
|
|
|
|
|
|
|
|
1 |
albumentations==1.3.0
|
2 |
beautifulsoup4==4.11.1
|
3 |
Flask==2.2.2
|
4 |
+
matplotlib==3.2.3
|
5 |
+
matplotlib-venn==0.11.7
|
6 |
numpy==1.23.5
|
7 |
onnx==1.14.0
|
8 |
onnx_caffe2==1.0.0
|
9 |
+
pandas==1.4.3
|
10 |
Pillow==9.5.0
|
11 |
pytorch_lightning==2.0.2
|
12 |
Requests==2.30.0
|
|
|
16 |
streamlit==1.13.0
|
17 |
torch
|
18 |
torchvision==0.14.0
|
19 |
+
tqdm==4.64.1
|
20 |
+
torchsummary
|
21 |
+
pathlib
|
22 |
+
glob2
|