chicago-crime-analysis/pyproject.toml

20 lines
369 B
TOML
Raw Normal View History

2023-10-04 18:01:03 +00:00
[tool.poetry]
name = "chicago-crime"
version = "0.1.0"
description = ""
authors = ["Noah Swerhun <noah@noahsw.xyz>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
pandas = "^2.1.0"
jupyter = "^1.0.0"
ipykernel = "^6.25.2"
geopandas = "^0.13.2"
geoplot = "^0.5.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"