You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
417 B

[project]
name = "reactllmdemo"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"langchain-community>=0.3.21",
"langchain-openai>=0.3.13",
"langgraph>=0.3.30",
4 months ago
"loguru>=0.7.3",
"marqo>=3.12.0",
"toml>=0.10.2",
]
[[tool.uv.index]]
name = "private-pypi"
url = "https://mirrors.aliyun.com/pypi/simple/"
default = true