diff --git a/pyproject.toml b/pyproject.toml index f76e5aa..42a78dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ test = [ "pytest-cov", "pre-commit", "sphinx==4.2.0", - "myst-parser==0.15.2", + "myst-parser==0.19.1", "sphinx_rtd_theme", "nbformat >=4.2.0", # for Jupyter Notebook in VS Code "black >=22.1.0", diff --git a/requirements.txt b/requirements.txt index b563a45..18221b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,6 @@ scikit_learn==1.0.2 scipy==1.8.0 seaborn==0.11.2 torch==1.11.0 -myst-parser==0.17.0 +myst-parser==0.19.1 sphinx==4.4.0 sphinx-copybutton==0.5.0