-
Notifications
You must be signed in to change notification settings - Fork 1
/
pyproject.toml
50 lines (46 loc) · 1.35 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
[tool.poetry]
name = "pyemits"
version = "0.1.2"
description = "python package for easy manipulation on time series data for quick insight"
authors = ["thompson0012 <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
homepage = "https://github.com/thompson0012/PyEmits"
repository = "https://github.com/thompson0012/PyEmits"
keywords = ["data-science", "python", "machine-learning", "pyemits", "framework"]
classifiers = ["License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Software Development :: Libraries :: Python Modules"]
[tool.poetry.dependencies]
python = ">=3.8.3, <3.10"
joblib = "^1.1.0"
scikit-learn = "^1.0"
pyod = "^0.9.4"
statsmodels = "^0.13.0"
arrow = "^1.2.0"
xgboost = "^1.5.0"
combo = "^0.1.2"
jax = "^0.2.24"
jaxlib = "^0.1.73"
suod = "^0.0.8"
pytorch-lightning = "^1.4.9"
lightgbm = "^3.3.0"
pydantic = "^1.8.2"
pyarrow = "^5.0.0"
modin = "^0.11.1"
ray = "^1.7.0"
dask = "^2021.9.1"
keras = "^2.6.0"
tensorflow = "^2.6.0"
filterpy = "^1.4.5"
pykalman = "^0.9.5"
SQLAlchemy = "^1.4.29"
[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
icecream = "^2.1.1"
PySnooper = "^1.0.0"
torchkeras = "^2.1.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"