Spaces:
Sleeping
Sleeping
| [project] | |
| name = "final-assignment-template" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| readme = "README.md" | |
| requires-python = ">=3.11.12" | |
| dependencies = [ | |
| "gradio[oauth]==5.30.0", | |
| "langchain-chroma==0.2.4", | |
| "langchain-core==0.3.60", | |
| "langchain-google-genai==2.1.4", | |
| "langchain-huggingface==0.2.0", | |
| "langgraph==0.4.5", | |
| "python-dotenv>=1.1.0", | |
| "requests==2.32.3", | |
| "torch==2.2.2", | |
| ] | |
| [dependency-groups] | |
| dev = [ | |
| "autopep8>=2.3.2", | |
| "ipykernel==6.29.5", | |
| "ipython==9.2.0", | |
| "pipdeptree>=2.26.1", | |
| ] | |