Skip to content

Commit

Permalink
Update beakerx_base dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Feb 23, 2024
1 parent 5e1a63c commit 22ad0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beakerx_tabledisplay/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
license_file="LICENSE",
long_description=pkg_json["description"],
packages=setuptools.find_packages(),
install_requires=["beakerx_base>=2.2.0", "numpy", "pandas"],
install_requires=["beakerx_base>=2.3,<3", "numpy", "pandas"],
zip_safe=False,
include_package_data=True,
python_requires=">=3",
Expand Down

0 comments on commit 22ad0db

Please sign in to comment.