Enrique Cardoza
commited on
Commit
·
d45356f
1
Parent(s):
6ec981e
fix requirements.txt file
Browse files- requirements.txt +0 -4
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
aiofiles==23.2.1
|
2 |
-
altgraph @ file:///System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot7/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/python3/python3-133.100.1.1/altgraph-0.17.2-py2.py3-none-any.whl
|
3 |
annotated-types==0.7.0
|
4 |
anyio==4.9.0
|
5 |
certifi==2025.4.26
|
@@ -14,7 +13,6 @@ ffmpy==0.6.0
|
|
14 |
filelock==3.18.0
|
15 |
fonttools==4.58.1
|
16 |
fsspec==2025.5.1
|
17 |
-
future @ file:///System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot7/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/python3/python3-133.100.1.1/future-0.18.2-py3-none-any.whl
|
18 |
gradio==4.44.1
|
19 |
gradio_client==1.3.0
|
20 |
groq==0.26.0
|
@@ -27,7 +25,6 @@ idna==3.10
|
|
27 |
importlib_resources==6.5.2
|
28 |
Jinja2==3.1.6
|
29 |
kiwisolver==1.4.7
|
30 |
-
macholib @ file:///System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot7/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/python3/python3-133.100.1.1/macholib-1.15.2-py2.py3-none-any.whl
|
31 |
markdown-it-py==3.0.0
|
32 |
MarkupSafe==2.1.5
|
33 |
matplotlib==3.9.4
|
@@ -51,7 +48,6 @@ rich==14.0.0
|
|
51 |
ruff==0.11.12
|
52 |
semantic-version==2.10.0
|
53 |
shellingham==1.5.4
|
54 |
-
six @ file:///System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot7/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/python3/python3-133.100.1.1/six-1.15.0-py2.py3-none-any.whl
|
55 |
sniffio==1.3.1
|
56 |
starlette==0.46.2
|
57 |
tomlkit==0.12.0
|
|
|
1 |
aiofiles==23.2.1
|
|
|
2 |
annotated-types==0.7.0
|
3 |
anyio==4.9.0
|
4 |
certifi==2025.4.26
|
|
|
13 |
filelock==3.18.0
|
14 |
fonttools==4.58.1
|
15 |
fsspec==2025.5.1
|
|
|
16 |
gradio==4.44.1
|
17 |
gradio_client==1.3.0
|
18 |
groq==0.26.0
|
|
|
25 |
importlib_resources==6.5.2
|
26 |
Jinja2==3.1.6
|
27 |
kiwisolver==1.4.7
|
|
|
28 |
markdown-it-py==3.0.0
|
29 |
MarkupSafe==2.1.5
|
30 |
matplotlib==3.9.4
|
|
|
48 |
ruff==0.11.12
|
49 |
semantic-version==2.10.0
|
50 |
shellingham==1.5.4
|
|
|
51 |
sniffio==1.3.1
|
52 |
starlette==0.46.2
|
53 |
tomlkit==0.12.0
|