diff --git a/tests/functional_tests/qa_deps_workflow_test.py b/tests/functional_tests/qa_deps_workflow_test.py index bfc87fba1..2badb5708 100644 --- a/tests/functional_tests/qa_deps_workflow_test.py +++ b/tests/functional_tests/qa_deps_workflow_test.py @@ -27,7 +27,7 @@ def test_deps_workflow(): """Test the deps functionality.""" - deps_pip = DepsPip(packages=["numpy==1.23.1"]) + deps_pip = DepsPip(packages=["numpy>=2.0"]) deps_bash = DepsBash(commands=["echo $HOME >> /tmp/deps_bash_test.txt"]) def deps_call():