-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
59 lines (51 loc) · 1.17 KB
/
Copy pathpyproject.toml
File metadata and controls
59 lines (51 loc) · 1.17 KB
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
[tool.poetry]
name = "petrol"
version = "0.0.0"
description = "Stock Forecaster"
authors = ["3la"]
[tool.poetry-dynamic-versioning]
enable = true
bump = true
[tool.poetry.dependencies]
python = ">=3.8,<3.9.7 || >3.9.7,<4.0"
doit = "0.33.1"
pyyaml = "^6.0"
st-pages = "^0.3.1"
streamlit-option-menu = "^0.3.2"
matplotlib = "^3.7.1"
seaborn = "^0.12.2"
tqdm = "^4.64.1"
plotly = "^5.14.1"
scikit-learn = "^1.2.1"
lime = "^0.2.0"
susi = "^1.2.2"
altair = "4"
hyperopt = "^0.2.7"
pandas = "1.5.1"
lightgbm = "3.3.5"
numpy = "^1.24.2"
vacances-scolaires-france = "^0.10.0"
workalendar = "^17.0.0"
ipykernel = "^6.22.0"
nbformat = "^5.8.0"
pulp = "^2.7.0"
joblib = "^1.3.1"
streamlit = "^1.28.2"
requests = "^2.31.0"
statsmodels = "^0.14.1"
[tool.poetry.dev-dependencies]
flake8 = "5.0.4"
markupsafe = "2.0.1"
black = "^22.12.0"
isort = "^5.11.4"
poetry-dynamic-versioning = "0.21.3"
flake8-bandit = "^4.1.1"
flake8-bugbear = "^22.12.6"
flake8-builtins = "^2.1.0"
flake8-comprehensions = "^3.10.1"
flake8-eradicate = "^1.4.0"
flake8-print = "^5.0.0"
flake8-implicit-str-concat = "^0.3.0"
[build-system]
requires = ["poetry>=1.0.2", "poetry-dynamic-versioning"]
build-backend = "poetry.masonry.api"