Numpy 2.x came out June 17 - some example images may not build

Some of the images may not specify the version of numpy and that may break stuff because they pull down version 2.0. This is discussed [Installation]: `ModuleNotFoundError: No module named 'numpy.lib.function_base'` due to NumPy 2.0 release · Issue #5587 · vllm-project/vllm · GitHub I ended up adding numpy<2.0 to the hybrid rag requirements.txt

Please tick the appropriate box to help us categorize your post
Bug or Error
Feature Request
Documentation Issue
Other

Thanks for the heads up! We have not heard of anything breaking yet in the projects due to this issue, but if anything does break feel free to let us know. I believe the Hybrid RAG specifies version numbers for each package listed.

Hybrid rag inherits the NumPy version from somewhere. workbench-example-hybrid-rag/requirements.txt at main · NVIDIA/workbench-example-hybrid-rag · GitHub

People will only notice this issue if the build a new container.