We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31fbaf commit 55e0244Copy full SHA for 55e0244
pyproject.toml
@@ -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