Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi authored Aug 1, 2023
1 parent ce1afca commit 072fa07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Source = "https://github.com/ansys/pydpf-post"

[project.optional-dependencies]
plotting = [
"pyvista>=0.24.0, <0.42.0",
"pyvista[jupyter, trame]>=0.24.0",
]

[tool.pytest.ini_options]
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ sphinx-copybutton==0.5.0
sphinx-gallery==0.13.0
ansys_sphinx_theme==0.10.0
sphinx-autodoc-typehints==1.24.0
pyvista==0.41.1
pyvista[jupyter, trame]==0.41.1
2 changes: 1 addition & 1 deletion requirements/requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ coverage==7.2.7
pytest-cov==4.0.0
pytest-rerunfailures==12.0
pytest==7.4.0
pyvista==0.41.1
pyvista[jupyter, trame]==0.41.1

0 comments on commit 072fa07

Please sign in to comment.