Skip to content

Commit

Permalink
ipython is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
AstrakhantsevaAA committed Jan 11, 2024
1 parent 9c01ea0 commit 0fa8fd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ dbt-duckdb=">=1.2.0"
pymongo = ">=4.3.3"
pandas = ">2"

[tool.poetry.group.notebook]
optional = true

[tool.poetry.group.notebook.dependencies]
ipython = ">=7.28.0"

Expand Down

0 comments on commit 0fa8fd2

Please sign in to comment.