Skip to content
Closed
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
1 change: 1 addition & 0 deletions doc/changelog.d/555.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Build(deps): bump the general-dependencies group across 1 directory with 3 updates
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"pyvista >= 0.43.0,<1",
"websockets >= 12.0,< 17",
"trame >= 3.6.0,<4",
"trame-vtk >= 2.8.7,!= 2.8.16,< 2.11.10",
"trame-vtk >= 2.8.7,!= 2.8.16,< 2.11.13",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Watch out @AlejandroFernandezLuces - confirm with PyVista here

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's close this PR. I'll open a new PR to test if installing pyvista[jupyter] works well here. It should handle this dependency:

https://github.com/pyvista/pyvista/blob/d91b8b7b9d7b07874a3d95c73a9790b67f5e0f58/pyproject.toml#L45-L54

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good!

"trame-vuetify >= 2.4.3,< 4",
"trame-router >= 2.3.0,<3"
]
Expand Down Expand Up @@ -72,13 +72,13 @@ doc = [
"pyvista==0.48.4",
"ansys-sphinx-theme[autoapi]==1.9.0",
"jupyter_sphinx==0.5.3",
"jupytext==1.19.3",
"jupytext==1.19.4",
"nbsphinx==0.9.6",
"numpydoc==1.10.0",
"sphinx-copybutton==0.5.2",
"sphinx-gallery==0.21.0",
"sphinx-jinja==2.0.2",
"ansys-fluent-core==0.39.0",
"ansys-fluent-core==0.39.1",
"nest-asyncio2==1.7.2", # Required for interactive examples, else it fails silently
]

Expand Down
Loading