forked from beamelani/Consistency_Check
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (30 loc) · 702 Bytes
/
Copy pathpyproject.toml
File metadata and controls
33 lines (30 loc) · 702 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
[project]
name = "stl-consistency"
version = "1.0.0"
description = "Default template for PDM package"
authors = [
{name = "Beatrice Melani", email = "beatrice.melani@polimi.it"},
{name = "Michele Chiari", email = "michele.chiari@tuwien.ac.at"},
]
dependencies = [
"matplotlib>=3.9.1",
"networkx>=3.3",
"pe>=0.5.0",
"pydot>=3.0",
"z3-solver==4.15.*",
"wrapt-timeout-decorator>=1.5.1",
]
requires-python = ">=3.11.0"
readme = "README.md"
license = {text = "MIT"}
[tool.pdm]
distribution = false
[dependency-groups]
dev = [
"tabulate>=0.9",
"joblib>=1.5.1",
"pandas>=2.3.0",
"plotly>=6.1.2",
"kaleido>=0.2.1",
"wrapt-timeout-decorator>=1.5.1",
]