Skip to content

Commit

Permalink
build: 📌 pin numpy version to < 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dubusster committed Jun 20, 2024
1 parent 51403eb commit 727d6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pyproject.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ classifiers = [
"Programming Language :: Python :: 3",
]
dependencies = [
"numpy",
"numpy<2",
"pandas",
"opencv-python==4.5.5.64",
"joblib",
Expand Down

0 comments on commit 727d6aa

Please sign in to comment.