-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
81 lines (76 loc) · 1.31 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
elasticsearch = "==7.15.0"
tqdm = "==4.48.2"
xmltodict = "==0.12.0"
requests = "==2.25.0"
beautifulsoup4 = "==4.9.1"
python-dateutil = "==2.8.2"
PyYAML = "==5.4"
fuzzy-search = "2.0.1a"
scipy = "*"
pandas = "*"
ipython = "3.8"
fastparquet = "*"
networkx = "*"
urllib3 = ">=1.26.5"
numpy = "==1.21"
#jupyter = "*"
jupyterlab = ">=3.3"
regex = "*"
maturin = "*"
analiticcl = "*"
langdetect = "*"
nltk = "*"
scikit-learn = "*"
torch = "*"
pagexml-tools = ">=0.3.4"
ipykernel = "*"
flair = "*"
[requires]
python_version = "3.10"
pandas ="1.5.3"
python-dateutil ="2.8.2"
numpy ="1.24.3"
scipy ="1.10.1"
ipython ="8.13.2"
nltk ="3.8.1"
networkx ="3.1"
bs4 ="0.0.1"
beautifulsoup4 ="4.12.2"
langdetect ="1.0.9"
xmltodict ="0.13.0"
elasticsearch ="7.15.0"
requests ="2.31.0"
regex ="2023.5.5"
torch ="2.0.1"
flair ="0.12.2"
scikit-learn ="1.2.2"
pyyaml ="6.0"
tqdm ="4.65.0"
pagexml~=0.0.2
flair~=0.12.2
tokenizers~=0.13.3
transformers~=4.31.0
python-dateutil~=2.8.2
pandas~=1.5.3
numpy~=1.25.2
scipy~=1.11.1
ipython~=8.18.1
nltk~=3.8.1
langdetect~=1.0.9
networkx~=3.1
beautifulsoup4~=4.12.2
xmltodict~=0.13.0
elasticsearch~=7.15.0
requests~=2.31.0
regex~=2023.8.8
scikit-learn~=1.3.0
torch~=2.1.0
Levenshtein~=0.21.1
PyYAML~=6.0.1
tqdm~=4.66.1