static-embeddings / pyproject.toml
gregtatum's picture
Add the initial models
f7fef32
raw
history blame contribute delete
271 Bytes
[project]
name = "sentence-embeddings"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"model2vec>=0.6.0",
"numpy>=2.3.2",
"sentence-transformers>=5.1.0",
"zstandard>=0.24.0",
]