Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
feat: compatibility with safe-ds v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed Mar 27, 2023
1 parent 4bc0b53 commit 5afab5d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/examples/titanic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"execution_count": null,
"outputs": [],
"source": [
"titanic_correlation = titanic.keep_columns([\n",
"titanic_correlation = titanic.keep_only_columns([\n",
" \"age\",\n",
" \"siblings_spouses\",\n",
" \"parents_children\",\n",
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages = [

[tool.poetry.dependencies]
python = "^3.10"
safe-ds = ">=0.5,<0.6"
safe-ds = ">=0.6,<0.7"

[tool.poetry.group.dev.dependencies]
pytest = "^7.2.1"
Expand Down

0 comments on commit 5afab5d

Please sign in to comment.