Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit777f338

Browse files
committed
Update Jupyter Notebook dependency to 7.0.0-rc.2
1 parent7290800 commit777f338

File tree

6 files changed

+140
-344
lines changed

6 files changed

+140
-344
lines changed

‎.github/workflows/run-tests.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ jobs:
6565
shell:bash -l {0}
6666
run:|
6767
python .github/scripts/generate-without-spyder.py
68-
mamba install -c conda-forge/label/notebook_beta --file requirements/without-spyder.txt -y
68+
mamba install -c conda-forge/label/notebook_rc --file requirements/without-spyder.txt -y
6969
-name:Install plugin dependencies
7070
if:matrix.SPYDER_SOURCE == 'conda'
7171
shell:bash -l {0}
72-
run:mamba install -c conda-forge/label/notebook_beta --file requirements/conda.txt -y
72+
run:mamba install -c conda-forge/label/notebook_rc --file requirements/conda.txt -y
7373
-name:Install test dependencies
7474
shell:bash -l {0}
7575
run:|

‎requirements/conda.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ spyder >=5.4.3,<6
22
jupyter_core
33
jupyter_server
44
nbformat
5-
notebook >=7.0.0b0
5+
notebook >=7.0.0rc2
66
qtpy
77
qdarkstyle
88
requests

‎setup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def run(self):
7373
REQUIREMENTS= [
7474
'spyder>=5.4.3,<6',
7575
'nbformat',
76-
'notebook>=7.0.0b0',
76+
'notebook>=7.0.0rc2',
7777
'qtpy',
7878
'qdarkstyle',
7979
'requests',

‎spyder_notebook/server/app/package.json‎

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"build":"webpack"
77
},
88
"resolutions": {
9-
"@jupyter-notebook/application":"~7.0.0-beta.0",
10-
"@jupyter-notebook/application-extension":"~7.0.0-beta.0",
11-
"@jupyter-notebook/docmanager-extension":"~7.0.0-beta.0",
12-
"@jupyter-notebook/documentsearch-extension":"~7.0.0-beta.0",
13-
"@jupyter-notebook/help-extension":"~7.0.0-beta.0",
14-
"@jupyter-notebook/notebook-extension":"~7.0.0-beta.0",
15-
"@jupyter-notebook/ui-components":"~7.0.0-beta.0",
9+
"@jupyter-notebook/application":"~7.0.0-rc.2",
10+
"@jupyter-notebook/application-extension":"~7.0.0-rc.2",
11+
"@jupyter-notebook/docmanager-extension":"~7.0.0-rc.2",
12+
"@jupyter-notebook/documentsearch-extension":"~7.0.0-rc.2",
13+
"@jupyter-notebook/help-extension":"~7.0.0-rc.2",
14+
"@jupyter-notebook/notebook-extension":"~7.0.0-rc.2",
15+
"@jupyter-notebook/ui-components":"~7.0.0-rc.2",
1616
"@jupyter/ydoc":"~1.0.2",
1717
"@jupyterlab/application":"~4.0.2",
1818
"@jupyterlab/application-extension":"~4.0.2",
@@ -92,13 +92,13 @@
9292
"yjs":"~13.6.2"
9393
},
9494
"dependencies": {
95-
"@jupyter-notebook/application":"^7.0.0-beta.0",
96-
"@jupyter-notebook/application-extension":"^7.0.0-beta.0",
97-
"@jupyter-notebook/docmanager-extension":"^7.0.0-beta.0",
98-
"@jupyter-notebook/documentsearch-extension":"^7.0.0-beta.0",
99-
"@jupyter-notebook/help-extension":"^7.0.0-beta.0",
100-
"@jupyter-notebook/notebook-extension":"^7.0.0-beta.0",
101-
"@jupyter-notebook/ui-components":"^7.0.0-beta.0",
95+
"@jupyter-notebook/application":"^7.0.0-rc.2",
96+
"@jupyter-notebook/application-extension":"^7.0.0-rc.2",
97+
"@jupyter-notebook/docmanager-extension":"^7.0.0-rc.2",
98+
"@jupyter-notebook/documentsearch-extension":"^7.0.0-rc.2",
99+
"@jupyter-notebook/help-extension":"^7.0.0-rc.2",
100+
"@jupyter-notebook/notebook-extension":"^7.0.0-rc.2",
101+
"@jupyter-notebook/ui-components":"^7.0.0-rc.2",
102102
"@jupyterlab/application-extension":"^4.0.2",
103103
"@jupyterlab/apputils-extension":"^4.0.2",
104104
"@jupyterlab/cell-toolbar-extension":"^4.0.2",

‎spyder_notebook/server/packages/application/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"build":"tsc -b"
1616
},
1717
"dependencies": {
18-
"@jupyter-notebook/application":"^7.0.0-beta.0"
18+
"@jupyter-notebook/application":"^7.0.0-rc.2"
1919
},
2020
"devDependencies": {
2121
"typescript":"5.0.2"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp