Skip to content

Commit f9c5639

Browse files
committed
Iterate
1 parent 2c00c4e commit f9c5639

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cache: 'pip'
3636
cache-dependency-path: setup.py
3737

38-
- run: pip install jupyterlab pytest nbval jupyter_packaging ipywidgets
38+
- run: pip install jupyterlab pytest nbval jupyter_packaging
3939
- run: pip install -ve .
4040
- run: jupyter labextension develop . --overwrite
4141

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"license": "BSD-3-Clause",
2222
"author": {
2323
"name": "Project Jupyter",
24-
"email": ""
24+
"email": "[email protected]"
2525
},
2626
"main": "lib/index.js",
2727
"types": "./lib/index.d.ts",

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ classifiers = [
2424
"Programming Language :: Python :: 3.10",
2525
"Programming Language :: Python :: 3.11",
2626
]
27-
dependencies = []
27+
dependencies = [
28+
"ipywidgets>=8,<9"
29+
]
2830
dynamic = [
2931
"version",
3032
"description",

0 commit comments

Comments
 (0)