Vasudevakrishna commited on
Commit
20dd705
·
verified ·
1 Parent(s): 75f757d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +128 -48
requirements.txt CHANGED
@@ -1,48 +1,128 @@
1
- # requirements
2
- # Usage: pip install -r requirements.txt
3
-
4
- # Base ------------------------------------------------------------------------
5
- gitpython
6
- ipython
7
- matplotlib>=3.2.2
8
- numpy>=1.18.5
9
- opencv-python>=4.1.1
10
- Pillow>=7.1.2
11
- psutil
12
- PyYAML>=5.3.1
13
- requests>=2.23.0
14
- scipy>=1.4.1
15
- thop>=0.1.1
16
- torch>=1.7.0
17
- torchvision>=0.8.1
18
- tqdm>=4.64.0
19
- # protobuf<=3.20.1
20
-
21
- # Logging ---------------------------------------------------------------------
22
- tensorboard>=2.4.1
23
- # clearml>=1.2.0
24
- # comet
25
-
26
- # Plotting --------------------------------------------------------------------
27
- pandas>=1.1.4
28
- seaborn>=0.11.0
29
-
30
- # Export ----------------------------------------------------------------------
31
- # coremltools>=6.0
32
- # onnx>=1.9.0
33
- # onnx-simplifier>=0.4.1
34
- # nvidia-pyindex
35
- # nvidia-tensorrt
36
- # scikit-learn<=1.1.2
37
- # tensorflow>=2.4.1
38
- # tensorflowjs>=3.9.0
39
- # openvino-dev
40
-
41
- # Deploy ----------------------------------------------------------------------
42
- # tritonclient[all]~=2.24.0
43
-
44
- # Extras ----------------------------------------------------------------------
45
- # mss
46
- albumentations>=1.0.3
47
- pycocotools>=2.0
48
- export
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==2.1.0
2
+ aiofiles==23.2.1
3
+ albumentations==1.4.7
4
+ altair==5.3.0
5
+ annotated-types==0.6.0
6
+ anyio==4.3.0
7
+ asttokens==2.4.1
8
+ attrs==23.2.0
9
+ certifi==2024.2.2
10
+ charset-normalizer==3.3.2
11
+ click==8.1.7
12
+ colorama==0.4.6
13
+ comm==0.2.1
14
+ contourpy==1.2.1
15
+ cycler==0.12.1
16
+ debugpy==1.8.1
17
+ decorator==5.1.1
18
+ dnspython==2.6.1
19
+ email_validator==2.1.1
20
+ exceptiongroup==1.2.0
21
+ executing==2.0.1
22
+ fastapi==0.111.0
23
+ fastapi-cli==0.0.3
24
+ ffmpy==0.3.2
25
+ filelock==3.13.1
26
+ fonttools==4.51.0
27
+ fsspec==2024.2.0
28
+ gitdb==4.0.11
29
+ GitPython==3.1.43
30
+ gradio==4.31.3
31
+ gradio_client==0.16.3
32
+ grpcio==1.63.0
33
+ h11==0.14.0
34
+ httpcore==1.0.5
35
+ httptools==0.6.1
36
+ httpx==0.27.0
37
+ huggingface-hub==0.23.0
38
+ idna==3.7
39
+ imageio==2.34.1
40
+ importlib_resources==6.4.0
41
+ ipykernel==6.29.3
42
+ ipython==8.22.1
43
+ jedi==0.19.1
44
+ Jinja2==3.1.3
45
+ joblib==1.4.2
46
+ jsonschema==4.22.0
47
+ jsonschema-specifications==2023.12.1
48
+ jupyter_client==8.6.0
49
+ jupyter_core==5.7.1
50
+ kiwisolver==1.4.5
51
+ lazy_loader==0.4
52
+ Markdown==3.6
53
+ markdown-it-py==3.0.0
54
+ MarkupSafe==2.1.5
55
+ matplotlib==3.9.0
56
+ matplotlib-inline==0.1.6
57
+ mdurl==0.1.2
58
+ mpmath==1.3.0
59
+ nest-asyncio==1.6.0
60
+ networkx==3.2.1
61
+ numpy==1.26.4
62
+ opencv-python==4.9.0.80
63
+ opencv-python-headless==4.9.0.80
64
+ orjson==3.10.3
65
+ packaging==23.2
66
+ pandas==2.2.2
67
+ parso==0.8.3
68
+ pillow==10.2.0
69
+ pip==23.3.1
70
+ platformdirs==4.2.0
71
+ prompt-toolkit==3.0.43
72
+ protobuf==5.26.1
73
+ psutil==5.9.8
74
+ pure-eval==0.2.2
75
+ pycocotools==2.0.7
76
+ pydantic==2.7.1
77
+ pydantic_core==2.18.2
78
+ pydub==0.25.1
79
+ Pygments==2.17.2
80
+ pyparsing==3.1.2
81
+ python-dateutil==2.9.0
82
+ python-dotenv==1.0.1
83
+ python-multipart==0.0.9
84
+ pytz==2024.1
85
+ pywin32==306
86
+ PyYAML==6.0.1
87
+ pyzmq==25.1.2
88
+ referencing==0.35.1
89
+ requests==2.31.0
90
+ rich==13.7.1
91
+ rpds-py==0.18.1
92
+ ruff==0.4.4
93
+ scikit-image==0.23.2
94
+ scikit-learn==1.4.2
95
+ scipy==1.13.0
96
+ seaborn==0.13.2
97
+ semantic-version==2.10.0
98
+ setuptools==68.2.2
99
+ shellingham==1.5.4
100
+ six==1.16.0
101
+ smmap==5.0.1
102
+ sniffio==1.3.1
103
+ stack-data==0.6.3
104
+ starlette==0.37.2
105
+ sympy==1.12
106
+ tensorboard==2.16.2
107
+ tensorboard-data-server==0.7.2
108
+ thop==0.1.1.post2209072238
109
+ threadpoolctl==3.5.0
110
+ tifffile==2024.5.10
111
+ tomlkit==0.12.0
112
+ toolz==0.12.1
113
+ torch==2.2.1
114
+ torchvision==0.17.1
115
+ tornado==6.4
116
+ tqdm==4.66.4
117
+ traitlets==5.14.1
118
+ typer==0.12.3
119
+ typing_extensions==4.10.0
120
+ tzdata==2024.1
121
+ ujson==5.10.0
122
+ urllib3==2.2.1
123
+ uvicorn==0.29.0
124
+ watchfiles==0.21.0
125
+ wcwidth==0.2.13
126
+ websockets==11.0.3
127
+ Werkzeug==3.0.3
128
+ wheel==0.41.2