File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[metadata]
22name = pygalmesh
3- version = 0.9.4
3+ version = 0.9.5
44author = Nico Schlömer
55author_email = nico.schloemer@gmail.com
66description = Python frontend to CGAL' s mesh generation capabilities
@@ -37,7 +37,7 @@ keywords =
3737packages = find:
3838install_requires =
3939 importlib_metadata;python_version<"3.8"
40- meshio >= 4.0.0, < 5 .0.0
40+ meshio >= 4.0.0, < 6 .0.0
4141 numpy
4242python_requires = >=3.6
4343
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ generate_mesh(
102102 cgal_domain.add_features (polylines.begin (), polylines.end ());
103103
104104 // perhaps there's a more elegant solution here
105- // see <https://github.com/CGAL/cgal/issues/4145 >
105+ // see <https://github.com/CGAL/cgal/issues/1286 >
106106 if (!verbose) {
107107 // suppress output
108108 std::cerr.setstate (std::ios_base::failbit);
You can’t perform that action at this time.
0 commit comments