mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-10 07:18:10 -05:00
32 lines
598 B
TOML
32 lines
598 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
datasets = "*"
|
|
pandas = "*"
|
|
litellm = "*"
|
|
termcolor = "*"
|
|
seaborn = "*"
|
|
docker = "*"
|
|
fastapi = "*"
|
|
uvicorn = {extras = ["standard"], version = "*"}
|
|
ruff = "*"
|
|
mypy = "*"
|
|
llama-index = "*"
|
|
llama-index-vector-stores-chroma = "*"
|
|
chromadb = "*"
|
|
llama-index-embeddings-huggingface = "*"
|
|
llama-index-embeddings-azure-openai = "*"
|
|
llama-index-embeddings-ollama = "*"
|
|
google-generativeai = "*"
|
|
toml = "*"
|
|
json_repair = "*"
|
|
numpy = "*" # Added numpy as a dependency
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.11"
|