Skip to content

Commit 6880c05

Browse files
update notebook requirements to silence pandas warnings
1 parent 098da41 commit 6880c05

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/notebook_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ nbconvert==7.17.0
3030
nbformat==5.10.4
3131
nest-asyncio==1.6.0
3232
notebook==7.2.2
33-
numexpr==2.10.1
33+
numexpr==2.10.2
3434
pandocfilters==1.5.1
3535
parso==0.8.4
3636
pexpect==4.9.0
@@ -45,7 +45,7 @@ qtconsole==5.5.2
4545
Send2Trash==1.8.3
4646
simplegeneric==0.8.1
4747
soupsieve==2.6
48-
tabulate==0.8.8
48+
tabulate==0.9.0
4949
terminado==0.18.1
5050
testpath==0.6.0
5151
tinycss2==1.2.1

docs/sphinx/source/changelog/pending.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

4144
Testing
4245
-------

0 commit comments

Comments
 (0)