File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ All notable changes to this project will be documented in this file.
66The format is based on `Keep a Changelog `_,
77and this project adheres to `Semantic Versioning `_.
88
9+ `Unreleased `_
10+ --------------------------
11+ Changed
12+ '''''''
13+ - Updated version numbers of dependencies per security report.
14+
15+
916`1.5.8 `_ - 2023-08-25
1017--------------------------
1118Added
Original file line number Diff line number Diff line change @@ -2,5 +2,6 @@ gmsh==4.11.1
22matplotlib == 3.7.2
33numpy == 1.24.4
44pybind11 == 2.4.3
5+ setuptools >= 65.5.1
56sphinx == 4.2.0
67sphinx-gallery == 0.8.1
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ numpy==1.24.4
77pyquaternion == 0.9.5
88pyvoro-mmalahe == 1.3.4
99scipy == 1.10.1
10+ setuptools >= 65.5.1
1011xmltodict == 0.12.0
1112tox == 3.14.0
1213lsq-ellipse == 2.0.1
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ def find_version(*fname):
8282 'lsq-ellipse' ,
8383 'matplotlib>=3.4.0' ,
8484 'meshpy>=2018.2.1' ,
85- 'numpy>=1.13.0 ' ,
85+ 'numpy>=1.22.2 ' ,
8686 'pygmsh>=7.0.2' ,
8787 'pyquaternion' ,
8888 'pyvoro-mmalahe>=1.3.4' , # install issue with pyvoro
You can’t perform that action at this time.
0 commit comments