| 12345678910111213 |
- [project]
- name = "discovery"
- version = "0.1.0"
- description = "Add your description here"
- readme = "README.md"
- requires-python = ">=3.12"
- dependencies = [
- "json-repair>=0.54.2",
- "openpyxl>=3.1.5",
- "pandas>=2.3.3",
- "scikit-learn>=1.7.2",
- "sentence-transformers>=5.1.2",
- ]
|