Skip to content

Commit af21193

Browse files
authored
Update dep (#913)
1 parent df3a82d commit af21193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies = [
6161
"GitPython>=3.1.41", # for logging
6262
"datasets>=3.5.0,<4.0.0",
6363
"pydantic",
64-
"numpy<2", # pinned to avoid incompatibilities
64+
"numpy>=2", # pinned to avoid incompatibilities
6565
# Prettiness
6666
"typer",
6767
"termcolor==2.3.0",

0 commit comments

Comments
 (0)