Spaces:
Sleeping
Sleeping
[project] | |
name = "final-assignment-template" | |
version = "0.1.0" | |
description = "" | |
authors = [ | |
{name = "Tzur Vaich",email = "[email protected]"} | |
] | |
readme = "README.md" | |
requires-python = ">=3.12,<3.13" | |
dependencies = [ | |
"smolagents[litellm,toolkit] (>=1.14.0,<2.0.0)", | |
"gradio[oauth] (>=5.27.0,<6.0.0)", | |
"requests (>=2.32.3,<3.0.0)", | |
"pandas (>=2.2.3,<3.0.0)", | |
"python-dotenv (>=1.1.0,<2.0.0)", | |
"playwright (>=1.52.0,<2.0.0)", | |
"datasets (>=3.5.1,<4.0.0)", | |
"python-docx (>=1.1.2,<2.0.0)", | |
"pypdf (>=5.4.0,<6.0.0)", | |
"openpyxl (>=3.1.5,<4.0.0)", | |
"wikipedia (>=1.4.0,<2.0.0)", | |
"openai (>=1.77.0,<2.0.0)", | |
"youtube-transcript-api (>=1.0.3,<2.0.0)", | |
"faster-whisper (>=1.1.1,<2.0.0)", | |
] | |
[build-system] | |
requires = ["poetry-core>=2.0.0,<3.0.0"] | |
build-backend = "poetry.core.masonry.api" | |