-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (31 loc) · 786 Bytes
/
Copy pathpyproject.toml
File metadata and controls
32 lines (31 loc) · 786 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
[project]
name = "time-series-to-image"
version = "0.1.0"
description = "PRISM: Powerful Time Series to Image (TS2I) Representations for Multivariate Anomaly Detection"
requires-python = ">=3.10"
dependencies = [
"loguru>=0.7.3",
"matplotlib>=3.10.7",
"omegaconf>=2.3.0",
"pandas>=2.3.3",
"passlib>=1.7.4",
"pip>=25.3",
"pymysql>=1.1.2",
"pytorch-lightning>=2.6.0",
"pytorch-msssim>=1.0.0",
"pyts>=0.13.0",
"pywavelets>=1.8.0",
"scikit-image>=0.25.2",
"seaborn>=0.13.2",
"sqlalchemy-utils>=0.42.0",
"sqlmodel>=0.0.27",
"statsmodels>=0.14.6",
"torch>=2.9.1",
"torchvision>=0.24.1",
"tqdm>=4.67.1",
"typer>=0.20.0",
"umap-learn>=0.5.9.post2",
"wandb>=0.23.1",
]
[tool.ruff]
target-version = "py310"