-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
59 lines (54 loc) · 972 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
46
47
48
49
50
51
52
53
54
55
56
57
58
[[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.4.5"
scipy = "*"
pandas = "*"
ipython = "*"
fastparquet = "*"
networkx = "*"
urllib3 = ">=1.26.5"
numpy = "==1.24.3"
#jupyter = "*"
jupyterlab = ">=3.3"
regex = "*"
maturin = "*"
analiticcl = "*"
langdetect = "*"
nltk = "*"
scikit-learn = "*"
torch = "*"
pagexml-tools = ">=0.7.0"
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"