IFMedTechdemo commited on
Commit
91e09dc
·
verified ·
1 Parent(s): d67606a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -121
requirements.txt CHANGED
@@ -1,124 +1,7 @@
1
- absl-py==2.3.0
2
- aiofiles==24.1.0
3
- altair==5.5.0
4
- annotated-doc==0.0.4
5
- annotated-types==0.7.0
6
- anyio==4.9.0
7
- attrs==25.3.0
8
- blinker==1.9.0
9
- brotli==1.2.0
10
- cachetools==5.5.2
11
- certifi==2025.4.26
12
- cffi==1.17.1
13
- charset-normalizer==3.4.2
14
- click==8.2.1
15
- colorama==0.4.6
16
- contourpy==1.3.2
17
- cycler==0.12.1
18
- exceptiongroup==1.3.0
19
- fastapi==0.128.0
20
- ffmpy==1.0.0
21
- filelock==3.13.1
22
- flatbuffers==25.2.10
23
- fonttools==4.58.2
24
- fsspec==2024.6.1
25
- gitdb==4.0.12
26
- GitPython==3.1.44
27
  gradio==6.2.0
28
- gradio_client==2.0.2
29
- groovy==0.1.2
30
- grpcio==1.73.0
31
- grpcio-status==1.71.0
32
- h11==0.16.0
33
- h2==4.2.0
34
- hf-xet==1.2.0
35
- hpack==4.1.0
36
- httpcore==1.0.9
37
- httplib2==0.22.0
38
- httpx==0.28.1
39
- huggingface_hub==1.2.3
40
- hyperframe==6.1.0
41
- idna==3.10
42
- imageio==2.37.0
43
- jax==0.6.1
44
- jaxlib==0.6.1
45
- Jinja2==3.1.4
46
- jsonschema==4.24.0
47
- jsonschema-specifications==2025.4.1
48
- kiwisolver==1.4.8
49
- lazy_loader==0.4
50
- llvmlite==0.44.0
51
- markdown-it-py==4.0.0
52
- MarkupSafe==2.1.5
53
- matplotlib==3.10.3
54
- mdurl==0.1.2
55
- mediapipe==0.10.21
56
- ml_dtypes==0.5.1
57
- more-itertools==10.7.0
58
- mpmath==1.3.0
59
- narwhals==1.42.0
60
- networkx==3.3
61
- numba==0.61.2
62
  numpy==1.26.4
63
- openai-whisper==20240930
64
- opencv-contrib-python==4.11.0.86
65
- opencv-python==4.11.0.86
66
- opt_einsum==3.4.0
67
- orjson==3.11.5
68
- packaging==24.2
69
- pandas==2.3.0
70
  pillow==11.0.0
71
- proto-plus==1.26.1
72
- protobuf==4.25.8
73
- pyarrow==20.0.0
74
- pyasn1==0.6.1
75
- pyasn1_modules==0.4.2
76
- pycocotools==2.0.10
77
- pycparser==2.22
78
- pydantic==2.11.7
79
- pydantic_core==2.33.2
80
- pydeck==0.9.1
81
- pydub==0.25.1
82
- Pygments==2.19.2
83
- pyparsing==3.2.3
84
- python-dateutil==2.9.0.post0
85
- python-multipart==0.0.21
86
- pytz==2025.2
87
- PyYAML==6.0.3
88
- referencing==0.36.2
89
- regex==2024.11.6
90
- requests==2.32.3
91
- rich==14.2.0
92
- rpds-py==0.25.1
93
- rsa==4.9.1
94
- safehttpx==0.1.7
95
- sarvamai==0.1.5
96
- scikit-image==0.25.2
97
- scipy==1.15.3
98
- semantic-version==2.10.0
99
- sentencepiece==0.2.0
100
- shellingham==1.5.4
101
- six==1.17.0
102
- smmap==5.0.2
103
- sniffio==1.3.1
104
- sounddevice==0.5.2
105
- starlette==0.50.0
106
- streamlit==1.45.1
107
- sympy==1.13.3
108
- tenacity==9.1.2
109
- tifffile==2025.5.10
110
- tiktoken==0.9.0
111
- toml==0.10.2
112
- tomlkit==0.13.3
113
- tornado==6.5.1
114
- tqdm==4.67.1
115
- typer==0.21.0
116
- typer-slim==0.21.0
117
- typing-inspection==0.4.1
118
- typing_extensions==4.12.2
119
- tzdata==2025.2
120
- uritemplate==4.2.0
121
- urllib3==2.4.0
122
- uvicorn==0.40.0
123
- watchdog==6.0.0
124
- websockets==15.0.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  gradio==6.2.0
2
+ torch # pin to the version you trained with if needed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  numpy==1.26.4
 
 
 
 
 
 
 
4
  pillow==11.0.0
5
+ opencv-python==4.11.0.86
6
+ huggingface_hub==1.2.3
7
+ pycocotools==2.0.10 # only if your Mask R-CNN code needs it