forked from atoti/notebooks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
55 lines (52 loc) · 1.22 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
[tool.poetry]
name = "notebooks"
version = "0.1.0"
description = "Gallery of atoti notebooks"
authors = ["atoti <[email protected]>"]
[tool.poetry.dependencies]
python = ">=3.8.0,<3.9.7 || >3.9.7,<3.11"
atoti = {extras = ["jupyterlab", "kafka", "aws", "azure", "gcp"], version = "^0.6.6"}
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 = "3.2.0"
statsmodels = "0.13.2"
imblearn = "^0.0"
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"
opencv-python = "4.4.0.46"
watchdog = "^2.1.6"
QuantLib = "^1.25"
kafka-python = "^2.0.2"
xgboost = "^1.5.2"
natsort = "8.0.0"
tabulate = "0.8.9"
lxml = "^4.8.0"
html5lib = "^1.1"
tsfresh = "^0.19.0"
yfinance = "^0.1.70"
pyopls = "^20.3.post1"
[tool.poetry.dev-dependencies]
black-nb = "^0.7"
black = { extras = ["jupyter"], version = "*" }
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"