From cccfa4f42de897b2beb80ce4a6b110ed70d0037f Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Tue, 1 Apr 2025 13:44:43 +0200 Subject: [PATCH] MAINT: update maximum numpy version to build against The rule is =2,<2.3" + # 3. The <2.(N+3) upper bound is for matching the numpy deprecation policy, + # it should not be loosened more than that. + "numpy>=2,<2.5" ] + + +[tool.pytest.ini_options] +addopts = "-l" +filterwarnings = ["error"]