From 2c89ba36ce71ee5105676e232ff970fd1dcb3942 Mon Sep 17 00:00:00 2001 From: JacobTh98 <62538704+JacobTh98@users.noreply.github.com> Date: Wed, 2 Sep 2026 13:39:25 +0200 Subject: [PATCH] V1dev (#37) * readme update * reworked * unit tests * unit tests * rework and linting * readme * linted * updated tests * ISX3 prep * info for operating system * v1 * updated docs * Updating v1dev (#36) * V1dev (#34) * readme update * reworked * unit tests * unit tests * rework and linting * readme * linted * updated tests * ISX3 prep * info for operating system * v1 * updated docs * Updated Read me for WIndows installation (#35) * Update README.md --------- Co-authored-by: Patricia Fuchs <140624836+patfuchs@users.noreply.github.com> * Pin ruff test dependency to 0.11 series for stable CI linting Co-authored-by: JacobTh98 <62538704+JacobTh98@users.noreply.github.com> --------- Co-authored-by: Patricia Fuchs <140624836+patfuchs@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1d4056f..46d4a92 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ ], extras_require={ "plot": ["matplotlib>=3.6", "pyeit>=1.2"], - "test": ["matplotlib>=3.6", "pytest>=7", "ruff>=0.11"], + "test": ["matplotlib>=3.6", "pytest>=7", "ruff>=0.11,<0.12"], }, classifiers=[ "Programming Language :: Python :: 3",