Skip to content

Commit 9228f53

Browse files
committed
relax meshio dependency
1 parent dc2bd6c commit 9228f53

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.cfg

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