Skip to content

Commit 958816b

Browse files
committed
Apply pip upgrade
1 parent 1c6738a commit 958816b

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

bindings/python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if(OPENGEODE_MYMODULE_WITH_TESTS)
2525
endif()
2626

2727
add_geode_python_wheel(
28-
NAME "OpenGeode-core"
28+
NAME "OpenGeode-ModuleTemplate"
2929
DESCRIPTION
3030
"Open source framework for representing and manipulating geometric models"
3131
MODULES

bindings/python/requirements.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
OpenGeode-core >= 13.0.0, == 13.*
1+
#
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
6+
#
7+
opengeode-core==14.*,>=14.0.0
8+
# via -r bindings/python/requirements.in

src/mylib/common.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ namespace mymodule
3232
/* Here the functions to call when initializing the library
3333
* For exemple: registers, ...
3434
*/
35-
geode::OpenGeodeBasic::initialize();
35+
geode::OpenGeodeBasicLibrary::initialize();
3636
}
3737
} // namespace mymodule

0 commit comments

Comments
 (0)