carlosh93 commited on
Commit
0e6ad9f
·
verified ·
1 Parent(s): a369864

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +101 -5
requirements.txt CHANGED
@@ -1,8 +1,104 @@
1
- gradio==5.23.3
2
- gradio-modal==0.0.4
3
- datasets==3.5.0
 
 
 
 
 
 
 
4
  bcrypt==4.3.0
5
- retina-face==0.0.17
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  opencv-python==4.11.0.86
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  python-dotenv==1.1.0
8
- tf-keras==2.19.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==2.2.2
2
+ aiofiles==23.2.1
3
+ aiohappyeyeballs==2.6.1
4
+ aiohttp==3.11.16
5
+ aiosignal==1.3.2
6
+ annotated-types==0.7.0
7
+ anyio==4.9.0
8
+ astunparse==1.6.3
9
+ async-timeout==5.0.1
10
+ attrs==25.3.0
11
  bcrypt==4.3.0
12
+ beautifulsoup4==4.13.3
13
+ certifi==2025.1.31
14
+ charset-normalizer==3.4.1
15
+ click==8.1.8
16
+ cycler==0.12.1
17
+ datasets==3.5.0
18
+ deep-translator==1.11.4
19
+ dill==0.3.8
20
+ et_xmlfile==2.0.0
21
+ exceptiongroup==1.2.2
22
+ fastapi==0.115.12
23
+ ffmpy==0.5.0
24
+ filelock==3.18.0
25
+ flatbuffers==25.2.10
26
+ frozenlist==1.5.0
27
+ fsspec==2024.12.0
28
+ gast==0.6.0
29
+ gdown==5.2.0
30
+ google-pasta==0.2.0
31
+ gradio==5.23.3
32
+ gradio_client==1.8.0
33
+ gradio_modal==0.0.4
34
+ groovy==0.1.2
35
+ grpcio==1.71.0
36
+ h11==0.14.0
37
+ h5py==3.13.0
38
+ httpcore==1.0.7
39
+ httpx==0.28.1
40
+ huggingface-hub==0.30.1
41
+ idna==3.10
42
+ Jinja2==3.1.6
43
+ keras==3.9.2
44
+ libclang==18.1.1
45
+ Markdown==3.8
46
+ markdown-it-py==3.0.0
47
+ MarkupSafe==3.0.2
48
+ mdurl==0.1.2
49
+ ml_dtypes==0.5.1
50
+ multidict==6.3.2
51
+ multiprocess==0.70.16
52
+ namex==0.0.8
53
+ numpy==2.1.3
54
  opencv-python==4.11.0.86
55
+ openpyxl==3.1.5
56
+ opt_einsum==3.4.0
57
+ optree==0.15.0
58
+ orjson==3.10.16
59
+ packaging==24.2
60
+ pandas==2.2.3
61
+ pillow==11.1.0
62
+ propcache==0.3.1
63
+ protobuf==5.29.4
64
+ pyarrow==19.0.1
65
+ pydantic==2.11.2
66
+ pydantic_core==2.33.1
67
+ pydub==0.25.1
68
+ Pygments==2.19.1
69
+ PySocks==1.7.1
70
+ python-dateutil==2.9.0.post0
71
  python-dotenv==1.1.0
72
+ python-multipart==0.0.20
73
+ pytz==2025.2
74
+ PyYAML==6.0.2
75
+ requests==2.32.3
76
+ retina-face==0.0.17
77
+ rich==14.0.0
78
+ ruff==0.11.4
79
+ safehttpx==0.1.6
80
+ semantic-version==2.10.0
81
+ shellingham==1.5.4
82
+ six==1.17.0
83
+ sniffio==1.3.1
84
+ soupsieve==2.6
85
+ starlette==0.46.1
86
+ tensorboard==2.19.0
87
+ tensorboard-data-server==0.7.2
88
+ tensorflow==2.19.0
89
+ tensorflow-io-gcs-filesystem==0.37.1
90
+ termcolor==3.0.1
91
+ tf_keras==2.19.0
92
+ tomlkit==0.13.2
93
+ tqdm==4.67.1
94
+ typer==0.15.2
95
+ typing-inspection==0.4.0
96
+ typing_extensions==4.12.2
97
+ tzdata==2025.2
98
+ urllib3==2.3.0
99
+ uvicorn==0.34.0
100
+ websockets==15.0.1
101
+ Werkzeug==3.1.3
102
+ wrapt==1.17.2
103
+ xxhash==3.5.0
104
+ yarl==1.19.0