Skip to content

Commit b706bd3

Browse files
committed
Adding uv dependencies files
1 parent 07ee500 commit b706bd3

2 files changed

Lines changed: 2907 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[project]
2+
name = "correction"
3+
version = "0.1.0"
4+
description = "Add your description here"
5+
readme = "README.md"
6+
requires-python = ">=3.12"
7+
dependencies = [
8+
"bentoml==1.4.26",
9+
"numpy==1.26.4",
10+
"pandas==2.3.3",
11+
"scikit-learn==1.3.2",
12+
"pydantic==2.12.1",
13+
"requests==2.32.5",
14+
"pyjwt==2.10.1",
15+
"evidently>=0.6.5",
16+
"matplotlib>=3.10.1",
17+
"pytest>=8.4.1",
18+
]

0 commit comments

Comments
 (0)