Skip to content

Commit 4f949d3

Browse files
committed
limit sphinx to < 8.2.0 due to nbsphinx
1 parent 2276093 commit 4f949d3

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

requirements.txt

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,24 @@ numpy>=1.13.3
22
matplotlib>=2.0.0
33
h5py>=2.7
44
scipy>=0.16
5-
sphinx_book_theme
6-
nbsphinx>=0.3.1
5+
numba>=0.40.0
6+
77
pytest>=3.6
88
nbval>=0.9.0
99
pytest-cov>=2.6.0
10+
1011
flake8>=3.5.0
11-
numba>=0.40.0
12-
numpydoc
12+
13+
sphinx<8.2.0
14+
sphinx_book_theme
1315
sphinxcontrib-bibtex
1416
sphinx-math-dollar
1517
sphinx-copybutton
1618
sphinx-prompt
1719
sphinx-mdinclude
20+
numpydoc
21+
nbsphinx>=0.3.1
22+
1823
importlib-metadata
1924
prettytable
2025
codespell

0 commit comments

Comments
 (0)