Spaces:
Runtime error
Runtime error
| [project] | |
| name = "igorai" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| readme = "README.md" | |
| requires-python = "~=3.11" | |
| dependencies = [ | |
| "datasets~=3.3.0", | |
| "debugpy~=1.0.0b1", | |
| "fastapi~=0.115.12", | |
| "huggingface-hub~=0.30.2", | |
| "hishel~=0.1.1", | |
| "jinja2~=3.1.5", | |
| "litellm~=1.68.1", | |
| "mlflow~=2.20.2", | |
| "networkx~=3.4.2", | |
| "numpy<2", | |
| "openai~=1.75.0", | |
| "pcst-fast~=1.0.10", | |
| "pre_commit~=4.1.0", | |
| "psutil~=7.0.0", | |
| "pytest~=8.3", | |
| "python-dotenv~=1.1.0", | |
| "pyyaml~=6.0", | |
| "rdkit>=2024.9.6", | |
| "requests-cache~=1.2.1", | |
| "rich~=13.9.4", | |
| "scikit-learn~=1.6.1", | |
| "smolagents~=1.9.1", | |
| "tqdm~=4.66.5", | |
| "uvicorn~=0.34.0", | |
| "google-auth~=2.29.0", | |
| "google-auth-oauthlib~=1.2.0", | |
| "google-api-python-client~=2.126.0", | |
| ] | |
| [tool.ruff] | |
| line-length = 100 | |
| target-version = "py311" | |
| [tool.ruff.lint] | |
| fixable = ["ALL"] | |
| extend-select = ["UP007"] | |
| [tool.ruff.format] | |
| quote-style = "single" | |