Skip to content

Commit

Permalink
Correctly update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rschroll committed May 2, 2024
1 parent 91caa9b commit 45a59a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"jinja2",
"sqlglot>=11.3.7",
'importlib-metadata;python_version<"3.8"',
"jupysql-plugin @ https://github.com/thedataincubator/jupysql-plugin/releases/download/v2024.04.30/jupysql_plugin-2024.05.01-py3-none-any.whl",
"jupysql-plugin @ https://github.com/thedataincubator/jupysql-plugin/releases/download/v2024.05.01/jupysql_plugin-2024.05.01-py3-none-any.whl",
"ploomber-core>=0.2.7",
]

Expand Down

0 comments on commit 45a59a3

Please sign in to comment.