-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
census21api
dependency & project desc
- Loading branch information
1 parent
a7a11f3
commit 8f3dbe4
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]"} | ||
|
@@ -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", | ||
|