Skip to content

Commit

Permalink
Pin Numpy to Prevent Use of Breaking Version
Browse files Browse the repository at this point in the history
  • Loading branch information
lapp0 authored and rlouf committed Jun 17, 2024
1 parent 49146d5 commit 6a2e6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"jinja2",
"lark",
"nest_asyncio",
"numpy",
"numpy<2.0.0",
"cloudpickle",
"diskcache",
"pydantic>=2.0",
Expand Down

0 comments on commit 6a2e6af

Please sign in to comment.