[project] name = "numarkapp" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.12,<3.13" dependencies = [ "accelerate>=1.14.0", "flash-linear-attention>=0.5.1", "gguf>=0.19.0", "gradio", "huggingface-hub", "ipykernel>=7.3.0", "ipython>=9.15.0", "ipywidgets>=8.1.8", "openai>=2.46.0", "pillow>=12.3.0", "spaces>=0.51.0", "torch==2.9.1", "torchaudio==2.9.1", "torchvision", "transformers", "triton-windows>=3.5.0.post21", ] [dependency-groups] dev = [ "ruff>=0.15.22", ] [tool.ruff] target-version = "py312" extend-exclude = ["notebooks"] [tool.ruff.lint] select = ["B", "E4", "E7", "E9", "F", "I", "SIM", "UP"] [tool.uv.sources] torch = { index = "pytorch-cu130" } torchaudio = { index = "pytorch-cu130" } torchvision = { index = "pytorch-cu130" } [[tool.uv.index]] name = "pytorch-cu130" url = "https://download.pytorch.org/whl/cu130" explicit = true