Spaces:
Running
Running
File size: 543 Bytes
b850722 c32f628 b850722 67dbb33 15915d9 b850722 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
[project]
name = "guardrails-genie"
version = "0.0.1"
description = ""
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"google-generativeai>=0.8.3",
"openai>=1.52.2",
"isort>=5.13.2",
"black>=24.10.0",
"ruff>=0.6.9",
"pip>=24.2",
"uv>=0.4.20",
"weave>=0.51.22",
"streamlit>=1.40.1",
"python-dotenv>=1.0.1",
"watchdog>=6.0.0",
"firerequests>=0.1.1",
"pymupdf4llm>=0.0.17",
"transformers>=4.46.3",
"torch>=2.5.1",
]
[tool.setuptools]
py-modules = ["guardrails_genie"] |