There was an error while loading. Please reload this page.
1 parent 07ee500 commit b706bd3Copy full SHA for b706bd3
2 files changed
pyproject.toml
@@ -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