25 lines
506 B
TOML
25 lines
506 B
TOML
|
[tool.poetry]
|
||
|
name = "mapping-movements"
|
||
|
version = "0.1.0"
|
||
|
description = ""
|
||
|
authors = ["Ruben van de Ven <git@rubenvandeven.com>"]
|
||
|
readme = "README.md"
|
||
|
packages = [{include = "mapping_movements"}]
|
||
|
|
||
|
[tool.poetry.dependencies]
|
||
|
python = "^3.10"
|
||
|
gensim = "^4.3.2"
|
||
|
jupyter = "^1.0.0"
|
||
|
#numpy = "^1.26.2"
|
||
|
nltk = "^3.8.1"
|
||
|
matplotlib = "^3.8.2"
|
||
|
networkx = "^3.2.1"
|
||
|
pandas = "^2.1.3"
|
||
|
scikit-learn = "^1.3.2"
|
||
|
umap-learn = "^0.5.5"
|
||
|
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry-core"]
|
||
|
build-backend = "poetry.core.masonry.api"
|