Skip to content

Commit

Permalink
Merge pull request #94 from martinRenou/2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TanayParikh committed Feb 23, 2024
2 parents 7d7cf4c + d43b7c7 commit bbc5923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion beakerx_widgets/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beakerx/beakerx-widgets",
"version": "2.3.11",
"version": "2.4.0",
"description": "BeakerX: Beaker EasyForms, Magics, Plots and Spark Extension for Jupyter Lab 2.x",
"homepage": "http://beakerx.com/",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion beakerx_widgets/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
long_description=pkg_json["description"],
packages=setuptools.find_packages(),
install_requires=[
"beakerx_base>=2.0.1",
"beakerx_base>=2.3,<3",
"requests",
"pandas",
"bottle",
Expand Down

0 comments on commit bbc5923

Please sign in to comment.