Skip to content

Commit

Permalink
Merge pull request #89 from silx-kit/up-h5web
Browse files Browse the repository at this point in the history
Update h5web from 3.0.2 to 5.0.0
  • Loading branch information
loichuder authored Jun 15, 2022
2 parents 27a125f + c40901d commit 922ca99
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 112 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"postversion": "git push && git push --tags"
},
"dependencies": {
"@h5web/app": "3.0.2",
"@h5web/app": "5.0.0",
"@jupyterlab/application": "^3.0.0",
"@jupyterlab/apputils": "^3.0.0",
"@jupyterlab/coreutils": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
packages=setuptools.find_packages(),
install_requires=["jupyter_server>=1.6,<2", "h5grove==0.0.15"],
install_requires=["jupyter_server>=1.6,<2", "h5grove==1.0.0"],
extras_require={"full": ["hdf5plugin"]},
python_requires=">=3.6",
zip_safe=False,
Expand Down
Loading

0 comments on commit 922ca99

Please sign in to comment.