Skip to content

Commit

Permalink
Replace jupyter package with notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
druzsan committed Nov 13, 2024
1 parent 0de698e commit 4d6da91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 45 deletions.
45 changes: 1 addition & 44 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 @@ -107,7 +107,6 @@ types-requests = "^2.27.20"
black = "^24.1.1"
pytest = "^7.4.2"
ipython = "^8.10.0"
jupyter = "^1.0.0"
watchdog = "^2.1.7"
argh = "^0.26.2"
typed-ast = "^1.5.3"
Expand All @@ -129,6 +128,7 @@ check-wheel-contents = "^0.6.0"
torch = { version = "^2.1.1+cpu, <=2.4.1+cpu", source = "torch-cpu" }
ray = {extras = ["data"], version = "==2.9.3"}
soxr = "*"
notebook = "*"

[tool.poetry.group.playbook.dependencies]
annoy = "^1.17.2"
Expand Down

0 comments on commit 4d6da91

Please sign in to comment.