Update poetry config for Ubuntu LTS

This commit is contained in:
Timothy Allen 2023-12-13 19:25:36 +02:00 committed by Timothy Allen
parent 723c6d4378
commit 8eb8d8b17c
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ authors = ["Timothy Allen <tim@treehouse.org.za>"]
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"]