forked from atoti/notebooks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
45 lines (42 loc) · 1 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
[tool.poetry]
name = "notebooks"
version = "0.1.0"
description = "Gallery of atoti notebooks"
authors = ["atoti <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.7.1"
atoti = {extras = ["jupyterlab", "kafka", "aws", "azure", "gcp"], version = "^0.6.3"}
wget = "^3.2"
treelib = "^1.6.1"
nltk = "^3.6.2"
textblob = "^0.15.3"
mxnet = "1.6.0"
matplotlib = "^3.4.2"
gluonts = "^0.7.5"
folium = "^0.12.1"
seaborn = "^0.11.1"
sklearn = "^0.0"
praw = "^7.3.0"
spacy = "2.3.7"
pandas-profiling = "2.13.0"
statsmodels = "^0.12.2"
imblearn = "^0.0"
kafka = "^1.3.5"
boto3 = "^1.17.102"
xlrd = "^2.0.1"
ipywidgets = "^7.6.3"
widgetsnbextension = "^3.5.1"
openpyxl = "^3.0.7"
fsspec = "^2021.10.0"
s3fs = "^2021.10.0"
sqlalchemy = "^1.4.26"
sqlalchemy-vertica-python = "0.5.10"
haversine = "2.5.1"
faker = "10.0.0"
pycaret = "2.3.4"
[tool.poetry.dev-dependencies]
black-nb = "^0.5.0"
black = {extras = ["jupyter"], version = "^21.6b0"}
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"