We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5da8f5 commit a7128f8Copy full SHA for a7128f8
pyproject.toml
@@ -0,0 +1,10 @@
1
+[project]
2
+name = "intermidiate-ml"
3
+version = "0.1.0"
4
+requires-python = ">=3.10"
5
+dependencies = [
6
+ "ipykernel>=6.29.5",
7
+ "scienceplots>=2.1.1",
8
+ "scikit-survival>=0.24.0",
9
+ "seaborn>=0.13.2",
10
+]
0 commit comments