-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
65 lines (62 loc) · 1.31 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
57
58
59
60
61
62
63
64
65
[tool.poetry]
name = "gces-bib"
version = "0.1.0"
description = "Pacote de dependências Python do projeto."
authors = ["Victor Buendia <[email protected]>"]
readme = "README.md"
packages = [{include = "gces_bib"}]
[tool.poetry.dependencies]
python = "^3.8"
altair = "4.2.0"
attrs = "22.2.0"
bpemb = "0.3.4"
certifi = "2022.12.7"
charset-normalizer = "2.1.1"
contourpy = "1.0.6"
coverage = "7.0.2"
cycler = "0.11.0"
entrypoints = "0.4"
exceptiongroup = "1.1.0"
fonttools = "4.38.0"
gensim = "3.8.3"
idna = "3.4"
importlib-resources = "5.10.2"
iniconfig = "1.1.1"
jinja2 = "3.1.2"
joblib = "1.2.0"
jsonschema = "4.17.3"
kiwisolver = "1.4.4"
markupsafe = "2.1.1"
matplotlib = "3.6.2"
numpy = "1.24.1"
packaging = "22.0"
pandas = "1.5.2"
pillow = "9.4.0"
pkgutil-resolve-name = "1.3.10"
pluggy = "1.0.0"
pyparsing = "3.0.9"
pyrsistent = "0.19.3"
pytest = "7.2.0"
pytest-cov = "4.0.0"
python-dateutil = "2.8.2"
pytz = "2022.7"
pyyaml = "6.0"
requests = "2.28.1"
scikit-learn = "1.2.0"
scipy = "1.9.3"
sentencepiece = "0.1.97"
six = "1.16.0"
smart-open = "6.3.0"
threadpoolctl = "3.1.0"
tomli = "2.0.1"
toolz = "0.12.0"
tqdm = "4.64.1"
urllib3 = "1.26.13"
whatlies = "0.7.0"
zipp = "3.11.0"
breathe = "^4.34.0"
sphinx = "5.3.0"
cython = "0.29.14"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"