pyproject.toml 290 B

12345678910111213
  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. ]