Skip to content

Commit c63b400

Browse files
committedJun 16, 2024
Pin Numpy to Prevent Use of Breaking Version
1 parent 18aaba1 commit c63b400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎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)
Failed to load comments.