зеркало из
https://github.com/VIGINUM-FR/D3lta.git
synced 2025-10-29 13:06:10 +02:00
- Also remove demoji related tests and benchmarking code.
- This speeds up the unit tests suite.
31 строка
658 B
TOML
31 строка
658 B
TOML
[tool.poetry]
|
|
name = "d3lta"
|
|
version = "1.0.2"
|
|
description = "A library for detecting verbatim-duplicated contents within a vast amount of documents"
|
|
readme = "README.md"
|
|
authors = ["Viginum"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
faiss-cpu = "1.9.0.post1"
|
|
fasttext = "0.9.3"
|
|
gensim = "4.3.3"
|
|
networkx = "2.8.8"
|
|
pandas = "2.2.3"
|
|
polyleven = "0.8"
|
|
scipy = "1.12.0"
|
|
tensorflow = "2.18.0"
|
|
tensorflow-hub = "0.16.1"
|
|
tensorflow-text = "2.18.1"
|
|
tqdm = "4.67.1"
|
|
|
|
[tool.poetry.group.dev]
|
|
optional = true
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
pytest = "^8.3.5"
|
|
|
|
[build-system]
|
|
requires = ["setuptools", "poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|