Skip to content

Commit

Permalink
Merge pull request #7 from heremaps/packages_bumpup
Browse files Browse the repository at this point in the history
Update Ipython to >=8.10
  • Loading branch information
decitre committed Jun 9, 2023
2 parents 28817db + 2a4947b commit 9e4fe4a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 22 deletions.
2 changes: 2 additions & 0 deletions docs/developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ For the Pyodide kernels to be able to use certain packages, those need to be ins
pass
```

The version of `here_search_widget` in the `.ipynb` files is updated through `bumpver`.

#### From a local git clone

To test the jupyterlite page locally, run from the local git repository:
Expand Down
36 changes: 18 additions & 18 deletions requirements/build.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
aiohttp==3.8.3
argon2-cffi-bindings==21.2.0
debugpy==1.6.3
ipykernel==6.18.0
aiohttp>=3.8.3
argon2-cffi-bindings>=21.2.0
debugpy>=1.6.3
ipykernel>=6.18.0
ipython-genutils>=0.2.0
ipython>=8.10
jupyter-client>=7.4.7
jupyter-server>=1.23.3
jupyterlab>=3.5.0
comm>=0.1.2
jupyterlab-server>=2.19.0
notebook-shim>=0.2.2
nbclassic>=0.4.8
nbconvert>=7.2.5
nbformat>=5.7.0
pygments>=2.13.0
pyzmq>=24.0.1
xyzservices>=2022.9.0
ipyleaflet==0.17.1
ipython-genutils==0.2.0
ipython==8.10
ipywidgets==7.7.2
jupyter-client==7.4.7
jupyter-server==1.23.3
jupyterlab==3.5.0
comm==0.1.2
jupyterlab-server==2.19.0
notebook-shim==0.2.2
nbclassic==0.4.8
nbconvert==7.2.5
nbformat==5.7.0
pygments==2.13.0
pyzmq==24.0.1
xyzservices==2022.9.0
8 changes: 4 additions & 4 deletions requirements/lite_run.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
jupyterlab==3.5.0
jupyterlab_widgets==1.1.1
jupyterlab-filesystem-access==0.5.2
jupyterlite==0.1.0b14
jupyterlab>=3.5.0
jupyterlab_widgets>=1.1.1
jupyterlab-filesystem-access>=0.5.2
jupyterlite>=0.1.0b14
ipywidgets==7.7.2
ipyleaflet==0.17.1

0 comments on commit 9e4fe4a

Please sign in to comment.