Skip to content

Commit

Permalink
fix: pin tutor version on Palm
Browse files Browse the repository at this point in the history
Multi-tenant Elasticsearch prerequisites are not available till palm version
  • Loading branch information
CodeWithEmad committed Nov 20, 2023
1 parent 7cd6980 commit 3fb82a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutor-contrib-harmony-plugin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def load_about():
packages=find_packages(exclude=["tests*"]),
include_package_data=True,
python_requires=">=3.7",
install_requires=["tutor"],
install_requires=["tutor>=16.0.0,<17.0.0"],
entry_points={
"tutor.plugin.v1": [
"k8s_harmony = tutor_k8s_harmony_plugin.plugin",
Expand Down

0 comments on commit 3fb82a3

Please sign in to comment.