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:
@@ -17,4 +17,4 @@ pytest-asyncio>=0.21.0 # Async test support (already in main requirements)
|
|||||||
# Development Tools
|
# Development Tools
|
||||||
ipython>=8.12.0 # Enhanced Python shell
|
ipython>=8.12.0 # Enhanced Python shell
|
||||||
ipdb>=0.13.13 # IPython debugger
|
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user