2022-07-22 10:43:54 +02:00
|
|
|
[tool.poetry]
|
|
|
|
name = "whu-textual-analysis"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = "Files for the WHU PhD course \"Textual Analysis\" in spring term 2022"
|
|
|
|
authors = ["Alexander Hess <alexander@webartifex.biz>"]
|
|
|
|
license = "MIT"
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.10"
|
2022-07-22 14:00:27 +02:00
|
|
|
nltk = "^3.7"
|
2022-07-22 10:52:40 +02:00
|
|
|
spyder = "^5.3.2"
|
2022-07-22 17:02:37 +02:00
|
|
|
numpy = "^1.23.1"
|
|
|
|
matplotlib = "^3.5.2"
|
|
|
|
pandas = "^1.4.3"
|
|
|
|
scikit-learn = "^1.1.1"
|
2022-07-22 10:43:54 +02:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|