Skip to content

Commit 4856158

Browse files
chore(deps): update dill requirement in /requirements
Updates the requirements on [dill](https://github.com/uqfoundation/dill) to permit the latest version. - [Release notes](https://github.com/uqfoundation/dill/releases) - [Commits](uqfoundation/dill@0.3.9...0.4.1) --- updated-dependencies: - dependency-name: dill dependency-version: 0.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d9842d7 commit 4856158

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 @@
11
pyvista>=0.4 #3D visualisation/vtk meshing
22
LoopStructural>=1.6.6 #3D geological modelling
33
geoh5py>=0.9 #saving models to hdf5
4-
dill>=0.3.9 #saving models to python
4+
dill>=0.4.1 #saving models to python

requirements/testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ packaging>=23
66
pyvista>=0.4 #3D visualisation/vtk meshing
77
LoopStructural>=1.6.23 #3D geological modelling
88
geoh5py>=0.9 #saving models to hdf5
9-
dill>=0.3.9 #saving models to python
9+
dill>=0.4.1 #saving models to python
1010
shapely
1111
geopandas
1212
map2loop~=3.3.1

0 commit comments

Comments
 (0)