From 1285336662a127a015b9f5c503ef580fab5d84f3 Mon Sep 17 00:00:00 2001 From: chavlin Date: Tue, 17 Jun 2025 13:29:51 -0500 Subject: [PATCH 1/2] try pinning np just to check --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 53472ff..96511b3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -56,6 +56,7 @@ dev = minimal = numpy<2.0 test = + numpy<2.3.0 pytest>=6.2.4 pytest-html From 16c1d4c1d8f344bd3b79a80e2dba3c747609ae33 Mon Sep 17 00:00:00 2001 From: chavlin Date: Tue, 17 Jun 2025 13:36:39 -0500 Subject: [PATCH 2/2] unpin np in tests again --- .github/workflows/build-test.yaml | 2 ++ setup.cfg | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index fc6c8ee..ce97a41 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -24,6 +24,8 @@ jobs: run: python -m pip install --upgrade pip - name: Setup yt_idv run: python -m pip install -e .[test] + - name: List final env + run: python -m pip list - name: Run Tests env: PYOPENGL_PLATFORM: osmesa diff --git a/setup.cfg b/setup.cfg index 96511b3..53472ff 100644 --- a/setup.cfg +++ b/setup.cfg @@ -56,7 +56,6 @@ dev = minimal = numpy<2.0 test = - numpy<2.3.0 pytest>=6.2.4 pytest-html