Ensuring dependencies in poetry pyproject.toml use numpy < 2.0 recursively
I’m currently managing dependencies in a Python project using Poetry, and I need to ensure that all dependencies, including their transitive dependencies, do not use numpy version 2.0 or higher. Specifically, I’m concerned about libraries like Prophet inadvertently pulling in numpy 2.0.