From b1fef73e767dc30b3159ec3768d7587eaf6a599c Mon Sep 17 00:00:00 2001 From: David-Araripe Date: Thu, 21 Mar 2024 14:36:44 +0100 Subject: [PATCH] update dependencies and installation command --- README.md | 2 +- pyproject.toml | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d47b278..5fa30f0 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Three splits are available: random-, dissimilarity- (clustering based on Tanimot # Installation ``` -pip install git+https://git@github.com/sohviluukkonen/gbmt-splits.git@main +pip install gbmt-splits ``` # Getting started diff --git a/pyproject.toml b/pyproject.toml index f22d9ad..0129805 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,7 @@ classifiers = [ ] dependencies = [ + "gitpython", "parameterized", "matplotlib", "seaborn", @@ -31,8 +32,5 @@ dependencies = [ "pulp" ] -[tool.setuptools.packages.find] -where = ["."] - [tool.setuptools_scm] -write_to = "gbmtsplits/_version.py" \ No newline at end of file +write_to = "src/gbmtsplits/_version.py" \ No newline at end of file