mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-11 07:44:19 -07:00
Adding notebook to create score dissolve (#333)
This commit is contained in:
parent
14e6a98008
commit
a7cdf1c021
3 changed files with 1184 additions and 76 deletions
|
@ -1,26 +1,27 @@
|
|||
[tool.poetry]
|
||||
authors = ["Your Name <you@example.com>"]
|
||||
description = "ETL and Generation of Justice 40 Score"
|
||||
name = "score"
|
||||
version = "0.1.0"
|
||||
description = "ETL and Generation of Justice 40 Score"
|
||||
authors = ["Your Name <you@example.com>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7.1"
|
||||
CensusData = "^1.13"
|
||||
click = "^8.0.1"
|
||||
dynaconf = "^3.1.4"
|
||||
geopandas = "^0.9.0"
|
||||
ipython = "^7.24.1"
|
||||
jupyter = "^1.0.0"
|
||||
jupyter-contrib-nbextensions = "^0.5.1"
|
||||
numpy = "^1.21.0"
|
||||
pandas = "^1.2.5"
|
||||
python = "^3.7.1"
|
||||
requests = "^2.25.1"
|
||||
types-requests = "^2.25.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
mypy = "^0.910"
|
||||
black = {version = "^21.6b0", allow-prereleases = true}
|
||||
mypy = "^0.910"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue