From 8f3dbe464578ad1c6a9bbe7ebeef0fd896705965 Mon Sep 17 00:00:00 2001 From: Henry Wilde Date: Tue, 19 Dec 2023 10:04:44 +0000 Subject: [PATCH] Update `census21api` dependency & project desc --- pyproject.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d6618a2..a2a3758 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,9 @@ [project] name = "centhesus" -description = "A package for synthesising the 2021 Census from public data" +description = ''' + A package for synthesising 2021 England & Wales Census data + from public tables +''' authors = [ {name = "Henry Wilde"}, {name = "Data Science Campus", email = "datacampus@ons.gov.uk"} @@ -9,7 +12,7 @@ readme = "README.md" requires-python = ">=3.7" license = {text = "MIT License"} dependencies = [ - "census21api@git+https://github.com/MichaelaLawrenceONS/Census21_CACD_Wrapper@dev-0.0.1", + "census21api@git+https://github.com/datasciencecampus/census21api", "dask[complete]", "numpy", "pandas",