[project] authors = [{name = "T145"}] description = "Chat with ZEUS!" name = "ChatDemo" requires-python = "< 3.11" version = "1.0.0" dependencies = ["llama-cpp-python>=0.3.5,<0.4"] [build-system] build-backend = "hatchling.build" requires = ["hatchling"] [tool.pixi.project] channels = ["conda-forge", "huggingface"] platforms = ["win-64"] [tool.pixi.pypi-dependencies] chatdemo = { path = ".", editable = true } [tool.pixi.tasks] [tool.pixi.dependencies] gradio = "==5.0.1" huggingface_hub = "==0.25.2"