Add dependencies

This commit is contained in:
2023-12-01 22:16:56 +02:00
committed by Timothy Allen
parent 327367bbea
commit 06512d71d5
3 changed files with 906 additions and 1 deletions

View File

@@ -1,13 +1,23 @@
[tool.poetry]
name = "africat"
version = "0.1.0"
version = "0.1.2"
description = "Categorise articles about Africa"
authors = ["Timothy Allen <tim@treehouse.org.za>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
numpy = "^1.26.2"
pandas = "^2.1.3"
pandarallel = "^1.6.5"
torch = "^2.1.1"
torchtext = "^0.16.1"
torchdata = "^0.7.1"
tqdm = "^4.66.1"
[tool.poetry.scripts]
aa_create_database = "africat.aa_create_database:main"
categorise = "africat:categorise:main"
[build-system]
requires = ["poetry-core"]