forked from langtech-bsc/AnonymizationPipeline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
62 lines (59 loc) · 1.32 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
babel = "2.10.3"
blis = "0.7.8"
catalogue = "2.0.7"
certifi = "2022.6.15"
charset-normalizer = "2.1.0"
click = "8.1.3"
configargparse = "1.5.3"
cymem = "2.0.6"
faker = "13.15.1"
filelock = "3.7.1"
huggingface-hub = "0.8.1"
idna = "3.3"
jinja2 = "3.1.2"
langcodes = "3.3.0"
markupsafe = "2.1.1"
murmurhash = "1.0.7"
numpy = "1.23.1"
packaging = "21.3"
pandas = "1.4.3"
pathy = "0.6.2"
preshed = "3.0.6"
pydantic = "1.9.1"
pyparsing = "3.0.9"
python-dateutil = "2.8.2"
pytz = "2022.1"
pyyaml = "6.0"
regex = "2022.7.25"
requests = "2.28.1"
six = "1.16.0"
smart-open = "5.2.1"
spacy = "3.4.0"
spacy-legacy = "3.0.9"
spacy-loggers = "1.0.3"
srsly = "2.4.4"
thinc = "8.1.0"
tokenizers = "0.12.1"
tqdm = "4.64.0"
transformers = "4.20.1"
typer = "0.4.2"
typing-extensions = "4.3.0"
urllib3 = "1.26.11"
wasabi = "0.9.1"
es-anonimization-core-lg = {file = "https://huggingface.co/PlanTL-GOB-ES/es_anonimization_core_lg/resolve/main/es_anonimization_core_lg-any-py3-none-any.whl"}
xx-ent-wiki-sm = {file = "https://huggingface.co/spacy/xx_ent_wiki_sm/resolve/main/xx_ent_wiki_sm-any-py3-none-any.whl"}
torch = "==1.13.1"
datasets = "==2.10.1"
scikit-learn = "*"
evaluate = "*"
[dev-packages]
ipykernel = "*"
matplotlib = "*"
ipywidgets = "*"
[requires]
python_version = "3.10"