2025-04-17 13:21:08 +02:00

16 lines
336 B
TOML

[project]
name = "pipeline-example"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"dotenv>=0.9.9",
"google>=3.0.0",
"google-genai>=1.11.0",
"numpy>=2.2.4",
"pypdf>=5.4.0",
"scikit-learn>=1.6.1",
"sentence-transformers>=4.1.0",
]