AdarshDRC commited on
Commit
9797b24
·
verified ·
1 Parent(s): 3e805ab

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -92
requirements.txt CHANGED
@@ -1,93 +1,14 @@
1
- annotated-doc==0.0.4
2
- annotated-types==0.7.0
3
- anyio==4.12.1
4
- certifi==2026.2.25
5
- charset-normalizer==3.4.4
6
- click==8.3.1
7
- cloudinary==1.44.1
8
- contourpy==1.3.3
9
- cuda-bindings==12.9.4
10
- cuda-pathfinder==1.4.0
11
- cycler==0.12.1
12
- fastapi==0.135.1
13
- filelock==3.25.0
14
- fonttools==4.61.1
15
- fsspec==2026.2.0
16
- h11==0.16.0
17
- hf-xet==1.3.2
18
- httpcore==1.0.9
19
- httpx==0.28.1
20
- huggingface_hub==0.36.2
21
- idna==3.11
22
- inflect==7.5.0
23
- Jinja2==3.1.6
24
- kiwisolver==1.4.9
25
- markdown-it-py==4.0.0
26
- MarkupSafe==3.0.3
27
- matplotlib==3.10.8
28
- mdurl==0.1.2
29
- more-itertools==10.8.0
30
- mpmath==1.3.0
31
- networkx==3.6.1
32
- numpy==2.4.2
33
- nvidia-cublas-cu12==12.8.4.1
34
- nvidia-cuda-cupti-cu12==12.8.90
35
- nvidia-cuda-nvrtc-cu12==12.8.93
36
- nvidia-cuda-runtime-cu12==12.8.90
37
- nvidia-cudnn-cu12==9.10.2.21
38
- nvidia-cufft-cu12==11.3.3.83
39
- nvidia-cufile-cu12==1.13.1.3
40
- nvidia-curand-cu12==10.3.9.90
41
- nvidia-cusolver-cu12==11.7.3.90
42
- nvidia-cusparse-cu12==12.5.8.93
43
- nvidia-cusparselt-cu12==0.7.1
44
- nvidia-nccl-cu12==2.27.5
45
- nvidia-nvjitlink-cu12==12.8.93
46
- nvidia-nvshmem-cu12==3.4.5
47
- nvidia-nvtx-cu12==12.8.90
48
- opencv-python==4.13.0.92
49
- orjson==3.11.7
50
- packaging==24.2
51
- pillow==12.1.1
52
- pinecone==8.1.0
53
- pinecone-client==6.0.0
54
- pinecone-plugin-assistant==3.0.2
55
- pinecone-plugin-interface==0.0.7
56
- polars==1.38.1
57
- polars-runtime-32==1.38.1
58
- protobuf==7.34.0
59
- psutil==7.2.2
60
- pydantic==2.12.5
61
- pydantic_core==2.41.5
62
- Pygments==2.19.2
63
- pyparsing==3.3.2
64
- python-dateutil==2.9.0.post0
65
- python-dotenv==1.2.2
66
- python-multipart==0.0.22
67
- PyYAML==6.0.3
68
- regex==2026.2.28
69
- requests==2.32.5
70
- rich==14.3.3
71
- safetensors==0.7.0
72
- scipy==1.17.1
73
- sentencepiece==0.2.1
74
- setuptools==82.0.0
75
- shellingham==1.5.4
76
- six==1.17.0
77
- starlette==0.52.1
78
- sympy==1.14.0
79
- tokenizers==0.21.4
80
- torch==2.10.0
81
- torchvision==0.25.0
82
- tqdm==4.67.3
83
  transformers==4.48.0
84
- triton==3.6.0
85
- typeguard==4.5.1
86
- typer==0.24.1
87
- typer-slim==0.24.0
88
- typing-inspection==0.4.2
89
- typing_extensions==4.15.0
90
- ultralytics==8.4.19
91
- ultralytics-thop==2.0.18
92
- urllib3==2.6.3
93
- uvicorn==0.41.0
 
1
+ fastapi
2
+ uvicorn
3
+ python-multipart
4
+ python-dotenv
5
+ cloudinary
6
+ pinecone
7
+ pillow
8
+ numpy
9
+ torch
10
+ torchvision
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  transformers==4.48.0
12
+ sentencepiece
13
+ ultralytics
14
+ inflect