11[project ]
22name = " renard-pipeline"
3- version = " 0.7.1 "
3+ version = " 0.7.2 "
44description = " Relationships Extraction from NARrative Documents"
55authors = [
66 {name = " Arthur Amalvy" , email = " arthur.amalvy@univ-avignon.fr" },
77]
88license = { text = " GPL-3.0-only" }
99readme = " README.md"
10- requires-python = " >=3.9 ,<3.13 "
10+ requires-python = " >=3.10 ,<3.14 "
1111dependencies = [
12- " torch>=2.7 .0" ,
13- " transformers>=4.57.1 " ,
14- " nltk>=3.9.1 " ,
12+ " torch>=2.8 .0" ,
13+ " transformers>=5.0.0 " ,
14+ " nltk>=3.9.3 " ,
1515 " tqdm>=4.67.1" ,
1616 " networkx>=3.2" ,
1717 " more-itertools>=10.7" ,
1818 " nameparser>=1.1.3" ,
1919 " matplotlib>=3.9" ,
2020 " pytest>=8.4.1" ,
21- " tibert>=0.5.2 " ,
21+ " tibert>=0.5.3 " ,
2222 " grimbert>=0.1.5" ,
2323 " datasets>=4.0.0" ,
2424 " rank-bm25>=0.2.2" ,
2525 " accelerate>=1.10.1" ,
2626 " scikit-learn>=1.6.1" ,
2727 " tiktoken>=0.12.0" ,
28- " protobuf>=6.33.2 " ,
28+ " protobuf>=6.33.5 " ,
2929]
3030
3131[build-system ]
@@ -50,29 +50,36 @@ dev = [
5050
5151[project .optional-dependencies ]
5252ui = [
53- " gradio>=4.44.1 " ,
53+ " gradio>=6.0.0 " ,
5454 " pyvis>=0.3.2" ,
5555]
5656cpu = [
57- " torch>=2.7.1 " ,
57+ " torch>=2.8.0 " ,
5858]
5959cuda128 = [
60- " torch>=2.7.1" ,
60+ " torch>=2.8.0" ,
61+ ]
62+ cuda129 = [
63+ " torch>=2.8.0" ,
6164]
6265rocm63 = [
63- " torch>=2.7.1 " ,
66+ " torch>=2.8.0 " ,
6467 " pytorch-triton-rocm>=3.1.0" ,
6568]
6669rocm64 = [
67- " torch>=2.7.1 " ,
70+ " torch>=2.8.0 " ,
6871 " pytorch-triton-rocm>=3.1.0" ,
6972]
73+ dspy = [
74+ " dspy>=2.6.27" ,
75+ ]
7076
7177[tool .uv ]
7278conflicts = [
7379 [
7480 { extra = " cpu" },
7581 { extra = " cuda128" },
82+ { extra = " cuda129" },
7683 { extra = " rocm63" },
7784 { extra = " rocm64" },
7885 ],
@@ -82,6 +89,7 @@ conflicts = [
8289torch = [
8390 { index = " pytorch-cpu" , extra = " cpu" },
8491 { index = " pytorch-cuda128" , extra = " cuda128" },
92+ { index = " pytorch-cuda129" , extra = " cuda129" },
8593 { index = " pytorch-rocm63" , extra = " rocm63" },
8694 { index = " pytorch-rocm64" , extra = " rocm64" },
8795]
@@ -100,6 +108,11 @@ name = "pytorch-cuda128"
100108url = " https://download.pytorch.org/whl/cu128"
101109explicit = true
102110
111+ [[tool .uv .index ]]
112+ name = " pytorch-cuda129"
113+ url = " https://download.pytorch.org/whl/cu129"
114+ explicit = true
115+
103116[[tool .uv .index ]]
104117name = " pytorch-rocm63"
105118url = " https://download.pytorch.org/whl/rocm6.3"
@@ -108,4 +121,4 @@ explicit = true
108121[[tool .uv .index ]]
109122name = " pytorch-rocm64"
110123url = " https://download.pytorch.org/whl/rocm6.4"
111- explicit = true
124+ explicit = true
0 commit comments