-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
42 lines (38 loc) · 891 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[tool.poetry]
name = "curso-python-gis"
version = "0.2.0"
description = "curso de python gis"
authors = ["Fernando Ferraz Ribeiro <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
seaborn = "^0.13.2"
pandas = "^2.2.1"
dash = "^2.16.1"
statsmodels = "^0.14.1"
qtconsole = "^5.5.1"
geemap = "^0.32.0"
scipy = "^1.12.0"
shapely = "^2.0.3"
mapclassify = "^2.6.1"
libpysal = "^4.10"
splot = "^1.1.5.post1"
esda = "^2.5.1"
pysal = "^24.1"
contextily = "^1.6.0"
[tool.poetry.group.dev.dependencies]
mkdocs = "^1.5.3"
mkdocs-material = "^9.5.15"
ipykernel = "^6.29.3"
jupyter-console = "^6.6.3"
nbconvert = "^7.16.3"
ipywidgets = "^8.1.2"
jupyter-core = "^5.7.2"
jupyter = "^1.0.0"
notebook = "^7.1.2"
mkdocs-jupyter = "^0.24.6"
flowgiston = "^0.1"
mknotebooks = "^0.8.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"