-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
47 lines (44 loc) · 997 Bytes
/
pyproject.toml
File metadata and controls
47 lines (44 loc) · 997 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[tool.poetry]
name = "mair"
version = "0.1.0"
description = ""
authors = ["Stanisław Giziński <s.gizinski84@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.8"
click = "^7.1.2"
pdfminer = "^20191125"
pypdf2 = "^1.26.0"
tqdm = "^4.49.0"
pandas = "^1.1.2"
matplotlib = "^3.3.2"
sklearn = "^0.0"
seaborn = "^0.11.0"
nltk = "^3.5"
pyLDAvis = "^2.1.2"
feedparser = "^6.0.2"
pandoc = "^1.0.2"
plotly = "^4.13.0"
pigeon-jupyter = "^0.1.0"
semanticscholar = "^0.1.6"
BabelPy = "^1.0.1"
bs4 = "^0.0.1"
wget = "^3.2"
sklearn-pandas = "^2.1.0"
typer = "^0.3.2"
transformers = "^4.4.2"
dvc = { extras = ["gs"], version = "^2.0.7" }
flair = "^0.8.0"
defaultlist = "^1.0.0"
Cython = "^0.29.22"
spacy = "2.3.5"
neuralcoref = {git = "https://github.com/huggingface/neuralcoref.git"}
[tool.poetry.dev-dependencies]
pytest = "^5.2"
pre-commit = "^2.7.1"
jupyter = "^1.0.0"
isort = "^5.5.4"
flake8 = "^3.8.3"
black = "^20.8b1"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"