Skip to content

Commit

Permalink
lock lib
Browse files Browse the repository at this point in the history
  • Loading branch information
mansouralawi committed Dec 18, 2024
1 parent 1e380cc commit b2fcb89
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/XpressAI/xai-gradio"
keywords = ["xircuits", "gradio", "ML interfaces"]

dependencies = [
"gradio==5.5.0",
"gradio==4.44",
"makefun"
]

Expand Down
60 changes: 57 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,57 @@
gradio==4.44.*
makefun
openai
six==1.17.0
click==8.1.7
colorama==0.4.6
h11==0.14.0
typing-extensions==4.12.2
exceptiongroup==1.2.2
idna==3.10
sniffio==1.3.1
certifi==2024.12.14
charset-normalizer==3.4.0
annotated-types==0.7.0
pydantic-core==2.27.1
anyio==4.7.0
httpcore==1.0.7
filelock==3.16.1
fsspec==2024.10.0
packaging==24.2
requests==2.32.3
urllib3==2.2.3
tqdm==4.67.1
markdown-it-py==3.0.0
mdurl==0.1.2
pydantic==2.10.3
starlette==0.41.3
httpx==0.27.2
huggingface-hub==0.27.0
contourpy==1.3.0
numpy==1.26.4
cycler==0.12.1
fonttools==4.55.3
importlib-resources==6.4.5
zipp==3.21.0
kiwisolver==1.4.7
pillow==10.4.0
pyparsing==3.2.0
python-dateutil==2.9.0.post0
pytz==2024.2
rich==13.9.4
shellingham==1.5.4
aiofiles==23.2.1
fastapi==0.115.6
ffmpy==0.4.0
gradio-client==1.3.0
websockets==12.0
matplotlib==3.7.5
orjson==3.10.12
pandas==2.1.4
tzdata==2024.2
pydub==0.25.1
python-multipart==0.0.20
ruff==0.8.3
semantic-version==2.10.0
tomlkit==0.12.0
typer==0.15.1
uvicorn==0.34.0
gradio==4.44.0
makefun==1.15.6

0 comments on commit b2fcb89

Please sign in to comment.