From c9956c9fe0860fe307f8670e9ea80bf05d1eb8a3 Mon Sep 17 00:00:00 2001 From: Dmitry Brazhenko <61410067+dmitry-brazhenko@users.noreply.github.com> Date: Sat, 9 Mar 2024 13:07:53 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b513452..2fb2e0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,14 +3,13 @@ requires = ["hatchling"] build-backend = "hatchling.build" [project] +dynamic = ["dependencies"] name = "variatio" -version = "0.0.3" -dependencies = [ - "scikit-learn>=1.2.0", - "catboost>=1.2.3", - "pandas>=1.4.0", - "scipy>=1.10.0", -] +version = "0.0.4" + +[tool.setuptools.dynamic] +dependencies = {file = ["requirements.txt"]} + requires-python = ">=3.8" authors = [ { name = "Dmitry Brazhenko", email = "brazhenko.dmitry@gmail.com" }, @@ -27,4 +26,4 @@ keywords = [] [project.urls] Homepage = "https://github.com/dmitry-brazhenko/variatio" Documentation = "https://github.com/dmitry-brazhenko/Variatio/blob/main/README.md" -Repository = "https://github.com/dmitry-brazhenko/variatio" \ No newline at end of file +Repository = "https://github.com/dmitry-brazhenko/variatio"