Skip to content

Commit 2b5fe33

Browse files
chore(deps): update pyvista requirement in /requirements
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.4.0...v0.48.4) --- updated-dependencies: - dependency-name: pyvista dependency-version: 0.48.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d9842d7 commit 2b5fe33

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements/embedded.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pyvista>=0.4 #3D visualisation/vtk meshing
1+
pyvista>=0.48.4 #3D visualisation/vtk meshing
22
LoopStructural>=1.6.6 #3D geological modelling
33
geoh5py>=0.9 #saving models to hdf5
44
dill>=0.3.9 #saving models to python

requirements/testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
pytest-cov>=4
55
packaging>=23
6-
pyvista>=0.4 #3D visualisation/vtk meshing
6+
pyvista>=0.48.4 #3D visualisation/vtk meshing
77
LoopStructural>=1.6.23 #3D geological modelling
88
geoh5py>=0.9 #saving models to hdf5
99
dill>=0.3.9 #saving models to python

0 commit comments

Comments
 (0)