Skip to content

Commit 55e0244

Browse files
committed
refactor: add .toml building file.
1 parent b31fbaf commit 55e0244

File tree

2 files changed

+948
-0
lines changed

2 files changed

+948
-0
lines changed

pyproject.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[project]
2+
name = "graphkit-learn"
3+
version = "0.1.0"
4+
description = "Add your description here"
5+
readme = "README.md"
6+
requires-python = ">=3.10"
7+
dependencies = [
8+
"control>=0.10.1",
9+
"cvxopt>=1.3.2",
10+
"cvxpy>=1.6.5",
11+
"cython>=0.29.37",
12+
"matplotlib>=3.10.3",
13+
"mosek>=11.0.20",
14+
"networkx>=3.4.2",
15+
"numpy>=2.2.6",
16+
"pip>=25.1.1",
17+
"scikit-learn>=1.6.1",
18+
"scipy>=1.15.3",
19+
"setuptools>=80.8.0",
20+
"tabulate>=0.9.0",
21+
"tqdm>=4.67.1",
22+
]

0 commit comments

Comments
 (0)