-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
74 lines (70 loc) · 1.76 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[tool.poetry]
name = "jupyter-singleuser"
version = "2024.5.24"
description = ""
authors = ["Soren Spicknall <[email protected]>"]
[tool.poetry.dependencies]
python = "~3.11"
black = "22.3.0"
intake = "0.6.4"
intake-dcat = "0.4.0"
intake-geopandas = "0.3.0"
intake-parquet = "0.2.3"
ipyleaflet = "0.15.0"
jupytext = "1.13.5"
jupyterlab-code-formatter = "1.4.10"
voila = "0.3.6"
plotnine = "0.8.0"
plotly = "5.5.0"
folium = "0.12.1.post1"
branca = "0.4.2"
altair-saver = "0.5.0"
vega = "3.5.0"
pygeos = "0.14.0"
Rtree = "0.9.7"
openpyxl = "3.0.9"
python-dotenv = "0.19.2"
isort = "5.10.1"
seaborn = "^0.11.2"
csvkit = "1.0.7"
pre-commit = "2.18.1"
jupyter-resource-usage = "0.6.1"
dask-labextension = "^5.3.0"
matplotlib = "<=3.5"
dask-geopandas = "^0.2.0"
dask-bigquery = "^2022.5.0"
dask = "~2024.5"
# distributed = "~2022.8" Should show up in package regardless
pyodbc = "^4.0.34"
sqlalchemy-bigquery = "^1.4.4"
siuba = "^0.4.0"
graphviz = "^0.20.1"
ydata-profiling = {extras = ["notebook"], version = "^4.0.0"}
# https://github.com/statsmodels/statsmodels/issues/8543
statsmodels = "<0.13.3 || >0.13.3,<0.13.4 || >0.13.4,<0.13.5 || >0.13.5"
pendulum = "^2.1.2"
# numba = "^0.56.4"
calitp-data-analysis = "2024.5.28"
calitp-map-utils = "2024.5.23"
jupyter-book = "1.0.0"
jupyter-server-proxy = "^4.1.1"
[tool.poetry.dev-dependencies]
pytest = "^7.2.0"
llvmlite= "^0.40.0"
[tool.poetry.group.shared_utils.dependencies]
cpi = "^1.0.17"
xmltodict = "^0.13.0"
loguru = "^0.6.0"
mapclassify = "^2.5.0"
[tool.poetry.group.portfolio.dependencies]
pydantic = ">=1.9.1"
humanize = "^4.6.0"
typer = "^0.9.0"
nbformat = "^5.8.0"
papermill = "^2.4.0"
python-slugify = "^6.1.1"
pyaml = "^21.10.1"
jupyter-book = "^1.0.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"