Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
278 changes: 162 additions & 116 deletions apps/integration/poetry.lock

Large diffs are not rendered by default.

276 changes: 154 additions & 122 deletions apps/jupyter/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/jupyter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jupyter-core = "^5.8.1"
jupyter-lsp = "^2.2.2"
ipywidgets = "^8.1.0"
notebook = "^7.1.2"

nbconvert = "^7.17.0"

[tool.poetry.group.dev.dependencies]
sycamore-ai = { path = "../../lib/sycamore", extras = ["opensearch"], develop = true }
Expand Down
264 changes: 148 additions & 116 deletions apps/remote-processor-service/poetry.lock

Large diffs are not rendered by default.

266 changes: 148 additions & 118 deletions lib/poetry-lock/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/poetry-lock/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ authlib = "^1.6.6"
nltk = ">3.9.0"
requests = "^2.32.5"
jinja2 = ">=3.1.6" # pinned for security reasons
cryptography = ">=44.0.1"
cryptography = ">=46.0.5"
tornado = ">=6.5.0"
pillow = "^11.3.0"
# black = ">=24.3.0"
Expand Down
260 changes: 146 additions & 114 deletions lib/remote-processors/poetry.lock

Large diffs are not rendered by default.

270 changes: 151 additions & 119 deletions lib/sycamore/poetry.lock

Large diffs are not rendered by default.

286 changes: 159 additions & 127 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jupyter-core = "^5.8.1"
ipywidgets = "^8.1.0"
notebook = "^7.1.2"
s3contents = "^0.11"
nbconvert = "^7.17.0"


[tool.poetry.extras]
docs = ["furo", "myst-parser", "sphinx", "enum-tools", "sphinx-toolbox"]
Expand Down
Loading