Skip to content

Commit 65666b9

Browse files
authored
Merge pull request #154 from nschloe/meshio-dep
Meshio dependency
2 parents dc2bd6c + 0a383c5 commit 65666b9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pygalmesh
3-
version = 0.9.4
3+
version = 0.9.5
44
author = Nico Schlömer
55
author_email = nico.schloemer@gmail.com
66
description = Python frontend to CGAL's mesh generation capabilities
@@ -37,7 +37,7 @@ keywords =
3737
packages = find:
3838
install_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
4242
python_requires = >=3.6
4343

src/generate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)