Biswajeet1 commited on
Commit
0302518
·
verified ·
1 Parent(s): d0a935f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -28
requirements.txt CHANGED
@@ -1,28 +1,19 @@
1
- colorama==0.4.6
2
- contourpy==1.3.2
3
- cycler==0.12.1
4
- filelock==3.24.3
5
- fonttools==4.61.1
6
- fsspec==2026.2.0
7
- Jinja2==3.1.6
8
- kiwisolver==1.4.9
9
- MarkupSafe==3.0.3
10
- matplotlib==3.10.8
11
- mpmath==1.3.0
12
- networkx==3.4.2
13
- numpy==2.2.6
14
- opencv-python==4.13.0.92
15
- packaging==26.0
16
- pillow==12.1.1
17
- pycocotools==2.0.11
18
- pyparsing==3.3.2
19
- python-dateutil==2.9.0.post0
20
- six==1.17.0
21
- sympy==1.14.0
22
- torch==2.10.0
23
- torchvision==0.25.0
24
- tqdm==4.67.3
25
- typing_extensions==4.15.0
26
- albumentations==1.4.0
27
- opencv-python-headless
28
- streamlit==1.42.2
 
1
+ streamlit==1.42.2
2
+
3
+ torch==2.2.2
4
+ torchvision==0.17.2
5
+
6
+ numpy
7
+ pillow
8
+ matplotlib
9
+ tqdm
10
+
11
+ opencv-python-headless
12
+
13
+ albumentations==1.4.0
14
+ pycocotools
15
+
16
+ scikit-learn
17
+ segmentation-models-pytorch
18
+
19
+ colorama