-
Notifications
You must be signed in to change notification settings - Fork 3
/
pyproject.toml
57 lines (52 loc) · 1.21 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[tool.poetry]
name = "mair"
version = "0.1.0"
description = "Monitoring Artificial Inteligence Regulations, Strategies and papers"
license = "MIT"
authors = ["Stanislaw Gizinski <[email protected]>"]
[tool.poetry.dependencies]
python = ">=3.8,<3.9"
dvc = {extras = ["azure"], version = "^2.5.0"}
spacy = "^3.0.6"
pandas = "^1.3.0"
matplotlib = "^3.4.2"
lxml = ">=4.2.3"
numpy = ">=1.11.0"
pytest = ">=4.0.0"
jupyter = "^1.0.0"
urllib3 = "^1.26.6"
ipykernel = "^6.0.2"
pdfminer = "^20191125"
seaborn = "^0.11.2"
jupyter-core = "^4.7.1"
semanticscholar = "^0.1.6"
jupyter-contrib-nbextensions = "^0.5.1"
pip = "^21.2.4"
google = "^3.0.0"
gsearch = "^1.6.0"
duckduckpy = "^0.2"
streamlit = "^0.87.0"
bs4 = "^0.0.1"
spacy-langdetect = "^0.1.2"
scikit-learn = "^1.0"
torch = "^1.10.0"
transformers = "^4.12.3"
textacy = "^0.12.0"
sentence-transformers = "^2.2.0"
hdbscan = "^0.8.28"
plotly = "^5.8.2"
joblib = "^1.1.0"
PyPDF2 = "^2.5.0"
openpyxl = "^3.0.10"
wordcloud = "^1.8.2.2"
[tool.poetry.dev-dependencies]
pre-commit = "^2.13.0"
flake8 = "^3.9.2"
rope = "^0.19.0"
isort = "^5.9.3"
yapf = "^0.32.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry2conda]
name = "mair"