-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
104 lines (101 loc) · 2.12 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
[tool.poetry]
name = "ml-project-template"
version = "0.1.0"
description = ""
authors = ["xiaoye_hua <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
pandas = "1.4.1"
absl-py = "1.1.0"
alembic = "1.8.0"
appnope = "0.1.3"
astunparse = "1.6.3"
backcall = "0.2.0"
cachetools = "4.2.4"
charset-normalizer = "2.0.12"
click = "8.1.3"
cycler = "0.11.0"
debugpy = "1.6.0"
decorator = "5.1.1"
docker = "5.0.3"
entrypoints = "0.4"
flask = "2.1.2"
flatbuffers = "1.12"
fonttools = "4.33.3"
gast = "0.3.3"
gitdb = "4.0.9"
gitpython = "3.1.27"
google-auth = "1.35.0"
google-auth-oauthlib = "0.4.6"
google-pasta = "0.2.0"
gunicorn = "20.1.0"
idna = "3.3"
importlib-metadata = "4.12.0"
importlib-resources = "5.8.0"
ipykernel = "6.0.1"
ipython = "7.25.0"
ipython-genutils = "0.2.0"
itsdangerous = "2.1.2"
jedi = "0.18.1"
jinja2 = "3.1.2"
jupyter-client = "7.3.4"
jupyter-core = "4.10.0"
keras = "2.9.0"
keras-preprocessing = "1.1.2"
kiwisolver = "1.4.3"
libclang = "14.0.1"
mako = "1.2.1"
markdown = "3.3.7"
markupsafe = "2.1.1"
matplotlib-inline = "0.1.3"
mlflow = "1.27.0"
nest-asyncio = "1.5.5"
oauthlib = "3.2.0"
opt-einsum = "3.3.0"
parso = "0.8.3"
pexpect = "4.8.0"
pickleshare = "0.7.5"
prometheus-client = "0.14.1"
prometheus-flask-exporter = "0.20.2"
prompt-toolkit = "3.0.29"
protobuf = "3.19.4"
ptyprocess = "0.7.0"
py4j = "0.10.9.5"
pyasn1 = "0.4.8"
pyasn1-modules = "0.2.8"
pygments = "2.12.0"
pyjwt = "2.4.0"
pyparsing = "3.0.9"
pypmml = "0.9.16"
querystring-parser = "1.2.4"
requests = "2.28.0"
requests-oauthlib = "1.3.1"
rsa = "4.8"
scipy = "^1.14.0"
seaborn = "0.11.2"
sklearn = "0.0"
sklearn-pandas = "2.2.0"
sklearn2pmml = "0.78.0"
smmap = "5.0.0"
sqlalchemy = "1.4.39"
sqlparse = "0.4.2"
tabulate = "0.8.10"
tensorboard = "2.9.1"
tensorboard-data-server = "0.6.1"
tensorboard-plugin-wit = "1.8.1"
tensorflow-estimator = "2.9.0"
termcolor = "1.1.0"
tornado = "6.1"
tqdm = "4.62.3"
traitlets = "5.3.0"
typing-extensions = "4.2.0"
urllib3 = "1.26.9"
wcwidth = "0.2.5"
websocket-client = "1.3.3"
werkzeug = "2.1.2"
wrapt = "1.14.1"
zipp = "3.8.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"