pyproject.toml 341 B

123456789101112131415161718
  1. [project]
  2. name = "discovery"
  3. version = "0.1.0"
  4. description = "Add your description here"
  5. readme = "README.md"
  6. requires-python = ">=3.12"
  7. dependencies = [
  8. "json-repair>=0.54.2",
  9. "openpyxl>=3.1.5",
  10. "pandas>=2.3.3",
  11. "scikit-learn>=1.7.2",
  12. "sentence-transformers>=5.1.2",
  13. ]
  14. [tool.uv.workspace]
  15. members = [
  16. "pipeline",
  17. ]