From 1a9d1ae7b10c8b7ca49b2de5b686fcf8e4349fa5 Mon Sep 17 00:00:00 2001 From: MelchiorSchuh Date: Tue, 26 Sep 2023 15:43:04 +0000 Subject: [PATCH] Apply prepare changes --- README.md | 2 +- bindings/python/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb70210f..e7379838 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ To use OpenGeode-Inspector, several options are available: * If you installed and compiled the C++ source code, you can use the executable binaries to apply an inspection of your meshes/models and toggle on/off the various checks directly. * or use the API functions (check the tests to see how it is done) if you want to go further or use the resulting errors to repair your meshes/models. - * If you installed the python library, you can add ```import opengeode_inspector``` in your Python script to use the available API functions. Check [this documentation page](https://docs.geode-solutions.com/how-to-use-binding) for more details. Examples are also procured in the ```examples``` folder. + * If you installed the python library, you can add ```import opengeode_inspector``` in your Python script to use the available API functions. Check [this documentation page](https://docs.geode-solutions.com/guides/use-opengeode-binding.html) for more details. Examples are also procured in the ```examples``` folder. * You can inspect your models without any installation, by using the API of the [Geode-solutions free tools](https://geode-solutions.com/tools). The available checks for each mesh type are: diff --git a/bindings/python/requirements.txt b/bindings/python/requirements.txt index 699a60ef..24288016 100644 --- a/bindings/python/requirements.txt +++ b/bindings/python/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --pre bindings/python/requirements.in # -opengeode-core==14.*,>=14.8.0 +opengeode-core==14.*,>=14.9.0rc3 # via # -r bindings/python/requirements.in # opengeode-geosciences