Datasets:

results / pyproject.toml
Samoed's picture
change CI to use git repo instead pypi (#409)
1580ccf unverified
raw
history blame
382 Bytes
[project]
name = "results"
version = "0.1.0"
description = "The result repository for mteb"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"mteb>=2.0",
]
[dependency-groups]
dev = [
"pytest>=8.3.4",
]
lint = [
"ruff>=0.14.9",
]
pr-comment = [
"tabulate>=0.9.0",
]
[tool.uv.sources]
mteb = { git = "https://github.com/embeddings-benchmark/mteb" }