You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have upgraded to 0.12.0 in the RDT build fails (pinning to 0.11.2 fixes the issue)
from myst_parser.main import default_parser, MdParserConfig
File "/home/docs/checkouts/readthedocs.org/user_builds/jupyterlab-benchmarks/envs/latest/lib/python3.7/site-packages/myst_parser/main.py", line 13, in <module>
from markdown_it.extensions.dollarmath import dollarmath_plugin
ModuleNotFoundError: No module named 'markdown_it.extensions.dollarmath'
The text was updated successfully, but these errors were encountered:
For background, those deps definition have been copied from this repo. There is #155 which could help to have stable version definition (so may be less pinning).
Yeh no worries that still on the TODO! but... if you do copy all the dep definitions then you also need to re-copy all of them when you upgrade 😉
Although really its not necessary to copy them all, you should just have in your setup.py the packages you directly depend on, rather than also their dependencies
I open this further to jupyterlab/benchmarks#20
We have upgraded to 0.12.0 in the RDT build fails (pinning to 0.11.2 fixes the issue)
The text was updated successfully, but these errors were encountered: