Skip to content

Commit 6a2e6af

Browse files
lapp0rlouf
authored andcommitted
Pin Numpy to Prevent Use of Breaking Version
1 parent 49146d5 commit 6a2e6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
"jinja2",
2828
"lark",
2929
"nest_asyncio",
30-
"numpy",
30+
"numpy<2.0.0",
3131
"cloudpickle",
3232
"diskcache",
3333
"pydantic>=2.0",

0 commit comments

Comments
 (0)