File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ nbconvert==7.17.0
3030nbformat==5.10.4
3131nest-asyncio==1.6.0
3232notebook==7.2.2
33- numexpr==2.10.1
33+ numexpr==2.10.2
3434pandocfilters==1.5.1
3535parso==0.8.4
3636pexpect==4.9.0
@@ -45,7 +45,7 @@ qtconsole==5.5.2
4545Send2Trash==1.8.3
4646simplegeneric==0.8.1
4747soupsieve==2.6
48- tabulate==0.8.8
48+ tabulate==0.9.0
4949terminado==0.18.1
5050testpath==0.6.0
5151tinycss2==1.2.1
Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ Maintenance
3737 when calculating center labels.
3838* Fixed nbval workflow command syntax (``--sanitize-with `` to ``--nbval-sanitize-with ``).
3939* Improved pandas 3.0 compatibility with datetime resolution handling.
40+ * Updated ``docs/notebook_requirements.txt `` to require ``numexpr>=2.10.2 `` and
41+ ``tabulate>=0.9.0 `` to satisfy pandas' optional dependency minimum versions and
42+ avoid related warnings/errors.
4043
4144Testing
4245-------
You can’t perform that action at this time.
0 commit comments