Final_Assignment_Template / pyproject.toml
Diego Staphorst
feat(langchain) knowledge base
9e4d4b4
raw
history blame contribute delete
336 Bytes
[project]
name = "final-assignment-template"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"datasets>=3.5.1",
"gradio[oauth]>=5.28.0",
"langchain>=0.3.24",
"langchain-community>=0.3.23",
"requests>=2.32.3",
"transformers>=4.51.3",
]