From 380791cd4bd42319b5558b2ba50395e7f5c71467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Mon, 12 Jun 2023 21:35:32 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20pyproject=20add=20build-system?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bc014f4..b4adf48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,10 +12,10 @@ version = "0.1.0" nio-llm = "nio_llm.main:main" [tool.poetry.dependencies] -jsonargparse = { version = "^4.21.2", extras = ["signatures"] } python = "^3.11" -huggingface-hub = "^0.14.1" +jsonargparse = { version = "^4.21.2", extras = ["signatures"] } llama-cpp-python = "^0.1.50" +huggingface-hub = "^0.14.1" matrix-nio = "^0.20.2" rich = "^13.3.5" @@ -78,3 +78,7 @@ profile = "black" python_version = "3.11" warn_return_any = true warn_unused_configs = true + +[build-system] +requires = ["poetry-core>=1.0.0"] +build-backend = "poetry.core.masonry.api"