Skip to content
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading