-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpyproject.toml
42 lines (38 loc) · 900 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 = "datto"
version = "0.9.1"
description = "Data Tools (Dat To)"
authors = ["kristiewirth <[email protected]>"]
[tool.poetry.dependencies]
python = ">=3.8,<3.11"
numpy = "1.23.5"
spacy = "^3.5.1"
psycopg2-binary = "^2.9.5"
python-json-logger = "^2.0.7"
xgboost = "^1.7.4"
gensim = "3.7.3"
hypothesis = "^6.70.0"
catboost = "^1.1.1"
sphinx = {version = "^4.3.0", optional = true}
sphinx-rtd-theme = "^1.2.0"
lime = "^0.2.0"
statsmodels = "^0.13.5"
seaborn = "^0.12.2"
progressbar = "^2.5"
pandas = "^1.5.3"
tabulate = "^0.9.0"
nltk = "^3.8.1"
nbconvert = "^7.2.10"
jupytext = "^1.14.5"
slack-client = "^0.3.0"
pytest = "^7.2.2"
slack-sdk = "^3.20.2"
s3fs = "^2023.3.0"
scikit-learn = "1.1.3"
shap = "^0.41.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.extras]
docs = ["sphinx"]