|
|
@@ -0,0 +1,36 @@
|
|
|
+[[source]]
|
|
|
+url = "https://pypi.org/simple"
|
|
|
+verify_ssl = true
|
|
|
+name = "pypi"
|
|
|
+
|
|
|
+[[source]]
|
|
|
+url = "https://download.pytorch.org/whl/cpu"
|
|
|
+verify_ssl = true
|
|
|
+name = "pytorch"
|
|
|
+
|
|
|
+[packages]
|
|
|
+torch = {version = "*", index = "pytorch"}
|
|
|
+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 = "*"
|
|
|
+
|
|
|
+[dev-packages]
|
|
|
+
|
|
|
+[requires]
|
|
|
+python_version = "3.11"
|