diff --git a/py-scripts/update_dependencies.py b/py-scripts/update_dependencies.py index dc1a90274..2e8ab0339 100755 --- a/py-scripts/update_dependencies.py +++ b/py-scripts/update_dependencies.py @@ -16,7 +16,7 @@ 'cryptography', 'kaleido', 'matplotlib', - 'numpy', + 'numpy==1.26.4', 'pandas', 'paramiko', 'pdfkit', @@ -33,7 +33,7 @@ 'websocket-client', 'xlsxwriter', 'pytesseract', - # 'opencv-python', + 'opencv-python==4.11.0.86', 'flask', 'pytz', 'python-dotenv',