-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
34 lines (28 loc) · 946 Bytes
/
pyproject.toml
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
32
33
34
[tool.poetry]
name = "juxtorpus"
version = "0.3.2"
description = "Juxtorpus compare and contrast two ATAP corpus."
authors = ["jack <huen.chan@sydney.edu.au>", "Chao Sun <chao.sun@sydney.edu.au>"]
readme = "README.md"
homepage = "https://github.com/Sydney-Informatics-Hub/juxtorpus"
repository = "https://github.com/Sydney-Informatics-Hub/juxtorpus"
[tool.poetry.dependencies]
python = ">=3.10,<3.13"
# ipywidgets = ">=8.0" # 8.x.x latest - backwards compatibility kept for FileUpload widget
colorlog = "^6.7.0"
# viz
matplotlib = "^3.5.2"
tqdm = "^4.64.0"
plotly = "^5.11.0"
wordcloud = "^1.8.2.2"
pyldavis = "^3.4.0" # from 3.4.1 onwards - requires pandas >= 2.0
atap-corpus = ">=0.1.13"
# atap-corpus-loader = ">=1.7.3"
tmtoolkit = "^0.12.0"
[tool.poetry.dev-dependencies]
jupyterlab = ">=3.6"
jupyterlab-vim = ">=0.15"
jupyterlab-git = ">=0.41.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"