-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
31 lines (29 loc) · 799 Bytes
/
Copy pathpyproject.toml
File metadata and controls
31 lines (29 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[tool.poetry]
name = "mlna"
version = "0.1.0"
description = "the MultiLingual Network Analysis package"
authors = ["Golnaz Sarkar Farshi <golnaz.sarkarfarshi@gmail.com>"]
license = "CC BY-NC 4.0"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
community = "^1.0.0b1"
googletrans = "^4.0.0-rc1"
langdetect = "^1.0.9"
numpy = "<2.0"
networkx = "^3.3"
pandas = "*"
python-louvain = "^0.16"
pyvis = "^0.3.2"
rapidfuzz = "^3.9.3"
regex = "^2024.4.28"
setuptools = "^70.3.0"
spacy = "^3.7.2"
en_core_web_md = {url = "https://github.com/explosion/spacy-models/releases/download/en_core_web_md-3.7.1/en_core_web_md-3.7.1.tar.gz"}
openpyxl = "^3.1.5"
thinc = "^8.2.5"
cython = "^0.29.32"
pytest= "^7.1.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"