Skip to content

Commit a7128f8

Browse files
committedMar 4, 2025·
add: initial pyproject.toml configuration with dependencies
1 parent a5da8f5 commit a7128f8

File tree

2 files changed

+1364
-0
lines changed

2 files changed

+1364
-0
lines changed
 

‎pyproject.toml

+10
Original file line numberDiff line numberDiff line change
@@ -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+
]

‎uv.lock

+1,354
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.