Skip to content

Commit

Permalink
Update census21api dependency & project desc
Browse files Browse the repository at this point in the history
  • Loading branch information
daffidwilde committed Dec 19, 2023
1 parent a7a11f3 commit 8f3dbe4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]"}
Expand All @@ -9,7 +12,7 @@ readme = "README.md"
requires-python = ">=3.7"
license = {text = "MIT License"}
dependencies = [
"census21api@git+https://github.com/MichaelaLawrenceONS/[email protected]",
"census21api@git+https://github.com/datasciencecampus/census21api",
"dask[complete]",
"numpy",
"pandas",
Expand Down

0 comments on commit 8f3dbe4

Please sign in to comment.