Skip to content

Commit

Permalink
Forbid installation of numpy v2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ebertin committed Feb 5, 2025
1 parent fe35665 commit 71a5c27
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 @@ -19,7 +19,7 @@ dependencies = [
"jinja2 >= 3.1.2",
"joblib >= 1.0",
"methodtools >= 0.4.7",
"numpy >= 1.19",
"numpy >= 1.19, <2",
"opencv-python >= 4.5",
"orjson >= 3.9.0",
"platformdirs >= 3.4.0",
Expand Down

0 comments on commit 71a5c27

Please sign in to comment.