semantic-deduplication / pyproject.toml
burtenshaw's picture
burtenshaw HF Staff
add-hub-search (#3)
d6a1331 verified
raw
history blame contribute delete
382 Bytes
[project]
name = "semantic-deduplication"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"datasets>=3.6.0",
"gradio-huggingfacehub-search>=0.0.12",
"gradio[oauth]>=5.32.1",
"huggingface-hub>=0.32.3",
"model2vec>=0.5.0",
"numpy>=2.2.6",
"semhash>=0.3.0",
"tqdm>=4.67.1",
]