##// END OF EJS Templates
Fix issues due to breaking tokenize changes in 3.12 (#14107)...
Fix issues due to breaking tokenize changes in 3.12 (#14107) Hey 👋 I'm opening this PR to start a discussion on which of these fixes are valid or not. I may have cut some corners in some places, mostly because of lack of knowledge or context. After we've fixed the issues and CI is green, we can have a bigger discussion on whether to go foward with the `tokenize` module or some other tokenizer.

File last commit:

r28079:1d72045a
r28328:635815e8 merge
Show More
environment.yml
19 lines | 273 B | text/x-yaml | YamlLexer
name: ipython_docs
channels:
- conda-forge
- defaults
dependencies:
- python=3.10
- setuptools
- sphinx>=4.2
- sphinx_rtd_theme
- numpy
- testpath
- matplotlib
- pip
- pip:
- docrepr
- prompt_toolkit
- ipykernel
- stack_data
- -e ..