UV-PythonicRAG / pyproject.toml
Mdean77's picture
Reverted to 3.12 because of numpy incompatibility
8f8075a
raw
history blame contribute delete
275 Bytes
[project]
name = "deploypythonicrag-uv"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"chainlit>=1.3.2",
"numpy>=1.26.4",
"openai>=1.58.1",
"pydantic==2.10.1",
"websockets",
]