We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21cf827 + 3981088 commit d5f9962Copy full SHA for d5f9962
3 files changed
pyproject.toml
@@ -24,7 +24,7 @@ dependencies = [
24
"regex==2024.11.6",
25
"torch",
26
"tqdm",
27
- "transformers==4.51.3",
+ "transformers==4.52.3",
28
"datasets",
29
"jsonschema",
30
]
requirements.txt
@@ -4,6 +4,6 @@ interegular
4
regex==2024.11.6
5
torch
6
tqdm
7
-transformers==4.51.3; python_version < "3.13"
+transformers==4.52.3; python_version < "3.13"
8
datasets
9
jsonschema
setup.py
@@ -11,7 +11,7 @@
11
12
13
14
15
16
"jsonschema"
17
0 commit comments