File size: 619 Bytes
c34decd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[project]
name = "evalatin2024-latinpipe"
version = "0.1.0"
description = "Default template for PDM package"
authors = [
    {name = "riemenschneider@cl.uni-heidelberg.de", email = "riemenschneider@cl.uni-heidelberg.de"},
]
dependencies = [
    "keras",
    "torch",
    "transformers",
    "ufal-chu-liu-edmonds",
    "spacy>=3.8.5",
    "spacy-conll>=4.0.1",
    "emoji>=2.14.1",
    "protobuf>=6.30.2",
]
requires-python = "==3.12.*"
readme = "README.md"
license = {text = "MIT"}


[tool.pdm]
distribution = false

[[tool.pdm.source]]
name = "784f06"
url = "https://download.pytorch.org/whl/cu118"
verify_ssl = true