generated from aicoe-aiops/project-template
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Pipfile
45 lines (42 loc) · 949 Bytes
/
Pipfile
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
flake8 = "*"
coverage = "*"
Sphinx = "*"
jupyterlab = "*"
[packages]
src = {editable = true, path = "./"}
awscli = "*"
boto3 = "*"
xlrd = "*"
trino = "*"
pandas = "*"
pyarrow = "*"
python-dotenv = "*"
opencv-python-headless = "*"
pdf2image = "*"
python-Levenshtein = "*"
tabula-py = "*"
gdown = "*"
"pdfminer.six" = "*"
fuzzywuzzy = "*"
torch = "==1.6.0" # has to be compatible with farm version
torchvision = "==0.7.0" # has to be compatible with torch version
mmcv-full = {file="https://download.openmmlab.com/mmcv/dist/cpu/torch1.6.0/mmcv_full-1.3.17-cp38-cp38-manylinux1_x86_64.whl"} # has to match torch version
mmdet = "*"
openpyxl = "*"
scikit-learn = "*"
tqdm = "*"
farm = "==0.5.0"
optuna = "*"
Flask = "==1.1.4"
pyspellchecker = "*"
spacy = "*"
ipywidgets = "*"
jupyterlab_widgets = "*"
MarkupSafe = "<2.1.0"
[requires]
python_version = "3.8"