Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions odoo/custom/dependencies/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jsonschema
jwcrypto
numpy>=1.22.2
pyjwt>=2.4.0
pandas
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

For build stability and reproducibility, it is crucial to pin dependency versions. Adding pandas without a specific version means that any future build could pull a newer version of the library, which might contain breaking changes and cause the application to fail unexpectedly. Please specify a version to ensure consistent builds. For example: pandas==1.5.3 or pandas>=1.5.0.

pyproj
python-magic
qrcode
Expand Down