From 2d34919e041e874adb14aa406cd5619454ebeab3 Mon Sep 17 00:00:00 2001 From: Vignesh Edithal Date: Wed, 24 Jun 2026 21:50:27 +0000 Subject: [PATCH] [rocprofiler-compute] Bump scipy test pin for Python 3.13 support - scipy 1.11.4 pins Cython <3.0, which fails to build on CPython 3.13. - Bump to scipy 1.14.1, the first release with a cp313 wheel; numpy 1.26.4 stays. Co-Authored-By: Claude Opus 4 (1M context) --- projects/rocprofiler-compute/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-compute/requirements-test.txt b/projects/rocprofiler-compute/requirements-test.txt index ba37ffdfc06..58a332f5bc3 100644 --- a/projects/rocprofiler-compute/requirements-test.txt +++ b/projects/rocprofiler-compute/requirements-test.txt @@ -1,4 +1,4 @@ pytest==8.0.2 pytest-cov==5.0.0 pytest-xdist==3.5.0 -scipy==1.11.4 +scipy==1.14.1