diff options
| author | 2026-01-04 15:59:54 +0800 | |
|---|---|---|
| committer | 2026-01-04 15:59:54 +0800 | |
| commit | f4f9c541e9917fa614e6e1b8e737167f44c89c43 (patch) | |
| tree | 92b362d525035f26979fa16396b9d52464201415 /pyproject.toml | |
| parent | 910333fda7fc32ed426e96f11f01c76d6e95544b (diff) | |
| download | base-model-f4f9c541e9917fa614e6e1b8e737167f44c89c43.tar.gz base-model-f4f9c541e9917fa614e6e1b8e737167f44c89c43.zip | |
feat: add log processing and LLM annotation functionality
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 279136b..c95592d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,9 @@ classifiers = [ ] dependencies = [ + "aiohttp>=3.13.2", "numpy>=1.24.0", + "ollama>=0.6.1", "onnxruntime>=1.23.2", "transformers>=4.57.3", ] @@ -52,6 +54,7 @@ dev = [ "pytest>=8.0.0", "black>=24.0.0", "ruff>=0.1.0", + "dotenv>=0.9.9", ] webui = ["base-model-trpgner[train]", "gradio>=6.2.0", "scikit-learn>=1.4.0"] all = ["base-model-trpgner[train,webui,dev]"] |
