forked from kristiewirth/datto
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
34 lines (31 loc) · 701 Bytes
/
pyproject.toml
File metadata and controls
34 lines (31 loc) · 701 Bytes
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
[tool.poetry]
name = "datto"
version = "0.4.5"
description = "Data Tools (Dat To)"
authors = ["kristiewirth <kristie.ann.wirth@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.6.1"
ipython = "^7.8"
pytest = "^5.2"
black = "^19.10b0"
pylint = "^2.5.0"
pandas = "^1.0.4"
notebook = "^6.0.3"
spacy = "^2.2.4"
s3fs = "^0.4.2"
psycopg2-binary = "^2.8.5"
python-json-logger = "^0.1.11"
sklearn = "^0.0"
xgboost = "^1.1.1"
gensim = "^3.8.3"
hypothesis = "^5.35.2"
lightgbm = "^3.0.0"
catboost = "^0.24.1"
shap = "^0.36.0"
sphinx = "^3.2.1"
sphinx-rtd-theme = "^0.5.0"
[tool.poetry.dev-dependencies]
pycodestyle = "^2.6.0"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"