Skip to content

Commit c0f7035

Browse files
authored
Update simple-classifier quicktour (#429)
## Problem Update docs/quick-tour/simple-classifier.ipynb notebook ## Solution - Fix broken links - Update dependencies and SDK usage
1 parent b0c50c2 commit c0f7035

File tree

3 files changed

+44
-43
lines changed

3 files changed

+44
-43
lines changed

.github/workflows/client-versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Install dependencies
2222
run: |
23-
poetry install --with dev
23+
poetry install --with dev --no-root
2424
2525
- name: Run version census
2626
run: |

docs/quick-tour/simple-classifier.ipynb

Lines changed: 43 additions & 41 deletions
Large diffs are not rendered by default.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ authors = [
99
version = "0.1.0"
1010
description = "Add your description here"
1111
readme = "README.md"
12-
package-mode = false
1312

1413
[tool.poetry.dependencies]
1514
python = ">=3.9,<3.14"

0 commit comments

Comments
 (0)