From 8eb8d8b17c6263fb8b14aadfd9ef34019c14c037 Mon Sep 17 00:00:00 2001 From: tim Date: Wed, 13 Dec 2023 19:25:36 +0200 Subject: [PATCH] Update poetry config for Ubuntu LTS --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5951f98..43532ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Timothy Allen "] readme = "README.md" [tool.poetry.dependencies] -python = "^3.11" +python = "^3.10" numpy = "^1.26.2" pandas = "^2.1.3" pandarallel = "^1.6.5" @@ -17,7 +17,7 @@ tqdm = "^4.66.1" [tool.poetry.scripts] aa_create_database = "africat.aa_create_database:main" -categorise = "africat:categorise:main" +categorise = "africat.categorise:main" [build-system] requires = ["poetry-core"]