-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathpyproject.toml
58 lines (55 loc) · 1.19 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
[tool.poetry]
name = "qanta"
version = "0.1.0"
description = ""
authors = ["Pedro Rodriguez <[email protected]>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.7"
torch = "^1.5.1"
luigi = "^3.0.1"
numpy = "^1.19.1"
scipy = "^1.5.2"
pandas = "^1.0.5"
scikit-learn = "^0.24.1"
nltk = "^3.5"
matplotlib = "^3.3.0"
requests = "^2.24.0"
pyyaml = "^5.3.1"
jinja2 = "^2.11.2"
spacy = "^2.3.2"
seaborn = "^0.10.1"
click = "^7.1.2"
unidecode = "^1.1.1"
python-levenshtein = "^0.12.0"
fuzzywuzzy = "^0.18.0"
chainer = "7.2"
awscli = "^1.18.106"
boto3 = "^1.14.29"
py4j = "^0.10.9"
flask = "^1.1.2"
pypandoc = "^1.5"
elasticsearch-dsl = "6.2"
plotnine = "^0.7.0"
beautifulsoup4 = "^4.9.1"
cloudpickle = "^1.5.0"
#cupy = "7.3"
"cupy-cuda102" = "7.3"
pedroai = "^0.1.10"
torchtext = {git = "https://github.com/EntilZha/text.git", rev = "b238af2535c15fbb27453f31516f885cf37c7362"}
typer = "^0.3.1"
ftfy = "^5.8"
rich = "^9.8.2"
tables = "^3.6.1"
pyspark = "^3.1.1"
pyfunctional = "^1.4.3"
[tool.poetry.dev-dependencies]
pylint = "^2.5.3"
black = "^19.10b0"
jupyter = "^1.0.0"
ipython = "^7.16.1"
pyflakes = "^2.2.0"
jupyter-http-over-ws = "^0.0.8"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"