Skip to content

Commit

Permalink
removes ploomber-extension (#1028)
Browse files Browse the repository at this point in the history
* removes ploomber-extension

* ci

* ci fix

* pin duckdb

* rm doc

* toc

---------

Co-authored-by: neelasha23 <neelasha.sen@gmail.com>
  • Loading branch information
edublancas and neelasha23 authored Sep 12, 2024
1 parent 192ac05 commit acade03
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 37 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 0.10.13dev

* [Feature] `ploomber-extension` is no longer a dependency

## 0.10.12 (2024-07-12)

* [Feature] Remove sqlalchemy upper bound ([#1020](https://github.com/ploomber/jupysql/pull/1020))
Expand Down
1 change: 0 additions & 1 deletion doc/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ parts:

- caption: JupyterLab integration
chapters:
- file: jupyterlab/sharing
- file: jupyterlab/syntax-highlighting
- file: jupyterlab/format-sql
- file: jupyterlab/autocompletion
Expand Down
34 changes: 0 additions & 34 deletions doc/jupyterlab/sharing.md

This file was deleted.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ ignore_substrings = [
"http://localhost",
"https://localhost",
"platform.ploomber.io",
"https://ourworldindata.org",
]

[tool.nbqa.addopts]
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
# we removed the share notebook button in this version
"jupysql-plugin>=0.4.2",
"ploomber-core>=0.2.7",
"ploomber-extension",
]

DEV = [
Expand All @@ -42,7 +41,7 @@
"pkgmt",
"twine",
# tests
"duckdb",
"duckdb<1.1.0",
"duckdb-engine",
"pyodbc",
# sql.plot module tests
Expand Down

0 comments on commit acade03

Please sign in to comment.