diff --git a/setup.py b/setup.py index dcf3f0f..eaa5288 100644 --- a/setup.py +++ b/setup.py @@ -50,12 +50,17 @@ install_requires=["sphinx>=4"], extras_require={ "sphinx": [ - "matplotlib", "myst-nb", "sphinx-book-theme>=0.4.0rc1", "sphinx-copybutton", "sphinx-design", ], - "testing": ["matplotlib", "pytest", "pytest-regressions", "beautifulsoup4"], + "testing": [ + "sphinx-thebe[sphinx]", + "matplotlib", + "pytest", + "pytest-regressions", + "beautifulsoup4", + ], }, )