Skip to content

Commit ead8c24

Browse files
build: update pyvista requirement from <=0.45.2 to <=0.45.3 (#4166)
* build: update pyvista requirement from <=0.45.2 to <=0.45.3 Updates the requirements on [pyvista](https://github.com/pyvista/pyvista) to permit the latest version. - [Release notes](https://github.com/pyvista/pyvista/releases) - [Commits](pyvista/pyvista@0.3.2...v0.45.3) --- updated-dependencies: - dependency-name: pyvista dependency-version: 0.45.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * chore: adding changelog file 4166.miscellaneous.md [dependabot-skip] --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 926287c commit ead8c24

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/changelog.d/4166.miscellaneous.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Build: update pyvista requirement from <=0.45.2 to <=0.45.3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
"psutil>=5.9.4",
3434
"pyansys-tools-versioning>=0.3.3",
3535
"pyiges[full]>=0.3.1", # Since v0.3.0, the 'full' flag is needed in order to install 'geomdl'
36-
"pyvista<=0.45.2",
36+
"pyvista<=0.45.3",
3737
"scipy>=1.3.0", # for sparse (consider optional?)
3838
"tabulate>=0.8.0", # for cli plotting
3939
"tqdm>=4.45.0",

0 commit comments

Comments
 (0)