Skip to content

Commit 89f58a3

Browse files
Bump nbconvert from 7.16.4 to 7.17.0 in /docs (#482)
* Bump nbconvert from 7.16.4 to 7.17.0 in /docs Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 7.16.4 to 7.17.0. - [Release notes](https://github.com/jupyter/nbconvert/releases) - [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md) - [Commits](jupyter/nbconvert@v7.16.4...v7.17.0) --- updated-dependencies: - dependency-name: nbconvert dependency-version: 7.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * bump tinycss2 * tinycss2==1.2.1 * fix restrictions in setup.py --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: martin-springer <martinspringer.ms@gmail.com>
1 parent c27f2fb commit 89f58a3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/notebook_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ lxml==5.3.0
2626
MarkupSafe==2.1.5
2727
mistune==3.0.2
2828
nbclient==0.10.0
29-
nbconvert==7.16.4
29+
nbconvert==7.17.0
3030
nbformat==5.10.4
3131
nest-asyncio==1.6.0
3232
notebook==7.2.2
@@ -47,7 +47,7 @@ simplegeneric==0.8.1
4747
soupsieve==2.6
4848
terminado==0.18.1
4949
testpath==0.6.0
50-
tinycss2==1.3.0
50+
tinycss2==1.2.1
5151
tornado==6.5.1
5252
traitlets==5.14.3
5353
wcwidth==0.2.13

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444

4545
INSTALL_REQUIRES = [
4646
"matplotlib >= 3.5.3",
47-
"numpy >= 1.22.4, <2.3.0",
48-
"pandas >= 1.4.4, <3.0.0",
47+
"numpy >= 1.22.4",
48+
"pandas >= 1.4.4",
4949
"statsmodels >= 0.13.5",
5050
"scipy >= 1.8.1",
5151
"h5py >= 3.7.0",

0 commit comments

Comments
 (0)