Skip to content

Commit a20c8ec

Browse files
authored
Merge pull request #13 from ericpre/update_version
Update version
2 parents 423d227 + 1de4250 commit a20c8ec

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

content/hyperspy.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
},
1616
"outputs": [],
1717
"source": [
18-
"%pip install ipywidgets==8.1.3\n",
1918
"%pip install ipympl hyperspy[gui-jupyter]"
2019
]
2120
},

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Core modules (mandatory)
2-
jupyterlite-core==0.4.1
3-
jupyterlab~=4.2.4
4-
notebook~=7.2.1
2+
jupyterlite-core==0.5.0
3+
jupyterlab~=4.3.4
4+
notebook~=7.3.2
55

66
# Python kernel (optional)
7-
jupyterlite-pyodide-kernel==0.4.1
7+
jupyterlite-pyodide-kernel==0.5.0
88

99
# Python: ipywidget library for Jupyter notebooks (optional)
1010
ipywidgets>=8.1.3,<9
1111

1212
# Python: interative Matplotlib library for Jupyter notebooks (optional)
13-
ipympl>=0.8.2
13+
ipympl>=0.8.2

0 commit comments

Comments
 (0)