Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
epinzur committed Oct 8, 2023
1 parent 82f294d commit 49cf94a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions python/poetry.lock

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

6 changes: 3 additions & 3 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ pyarrow = "^12.0.1"
typing-extensions = "^4.7.1"
graphviz = { version = "^0.20.1", optional = true }
plotly = { version = "^5.16.1", optional = true }
nbformat = "^5.9.2"
nbclient = "^0.8.0"
jupyter = "^1.0.0"

[tool.poetry.extras]
plot = ["plotly"]
Expand Down Expand Up @@ -84,6 +81,9 @@ optional = true
[tool.poetry.group.docs.dependencies]
plotly = { version = "^5.16.1" }
quartodoc = "~0.6.3"
nbformat = "^5.9.2"
nbclient = "^0.8.0"
jupyter = "^1.0.0"

[tool.poetry.group.test]
# Dependencies for testing
Expand Down

0 comments on commit 49cf94a

Please sign in to comment.