chore: clarify ipykernel version constraint in requirements-dev.txt

- Updated comment for ipykernel to specify that other versions cause problems with interactive mode.
This commit is contained in:
vitor-aignosi
2026-04-13 08:43:12 -03:00
parent 5b41ef59e4
commit ab34d09f65

View File

@@ -17,4 +17,4 @@ pytest-asyncio>=0.21.0 # Async test support (already in main requirements)
# Development Tools
ipython>=8.12.0 # Enhanced Python shell
ipdb>=0.13.13 # IPython debugger
ipykernel<=6.26.0 # IPython kernel
ipykernel<=6.26.0 # IPython kernel ( other versions cause problems with interactive mode)