Skip to content

Commit 6d412ad

Browse files
committed
Apply prepare changes
1 parent 4938041 commit 6d412ad

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bindings/python/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile bindings/python/requirements.in
5+
# pip-compile --pre bindings/python/requirements.in
66
#
7-
opengeode-core==15.*,>=15.4.8
7+
opengeode-core==15.*,>=15.5.1
88
# via -r bindings/python/requirements.in

src/geode/inspector/topology/section_topology.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ namespace geode
209209
}
210210

211211
SectionTopologyInspector::~SectionTopologyInspector() = default;
212+
212213
bool SectionTopologyInspector::section_topology_is_valid() const
213214
{
214215
return impl_->section_topology_is_valid( *this );

0 commit comments

Comments
 (0)