mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-03 05:41:21 +08:00
19 lines
274 B
TOML
19 lines
274 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
langchain = "*"
|
|
google-genai = "*"
|
|
chromadb = "*"
|
|
SQLAlchemy = "*"
|
|
wandb = "*"
|
|
langchain-google-genai = "*"
|
|
openai = "*"
|
|
pydantic = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.10" |