We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4938041 commit 6d412adCopy full SHA for 6d412ad
bindings/python/requirements.txt
@@ -2,7 +2,7 @@
2
# This file is autogenerated by pip-compile with Python 3.10
3
# by the following command:
4
#
5
-# pip-compile bindings/python/requirements.in
+# pip-compile --pre bindings/python/requirements.in
6
7
-opengeode-core==15.*,>=15.4.8
+opengeode-core==15.*,>=15.5.1
8
# via -r bindings/python/requirements.in
src/geode/inspector/topology/section_topology.cpp
@@ -209,6 +209,7 @@ namespace geode
209
}
210
211
SectionTopologyInspector::~SectionTopologyInspector() = default;
212
+
213
bool SectionTopologyInspector::section_topology_is_valid() const
214
{
215
return impl_->section_topology_is_valid( *this );
0 commit comments