First working model

This commit is contained in:
2023-12-13 19:15:46 +02:00
committed by Timothy Allen
parent b96c920d33
commit 22df0a0ba0
2 changed files with 106 additions and 36 deletions

View File

@@ -1,12 +1,12 @@
[tool.poetry]
name = "africat"
version = "0.1.2"
version = "0.1.4"
description = "Categorise articles about Africa"
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"]