Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: Notify OpenVDS not available on Python 3.12 #308

Merged
merged 1 commit into from
Mar 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/explorer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Api Reference
- `API reference <apiref/fmu.sumo.explorer.html>`_

.. warning::
OpenVDS does not publish builds for MacOS. You can still use the Explorer without OpenVDS,
but some Cube methods will not work.
OpenVDS does not publish builds for MacOS nor for Python version 3.12. You can still use the
Explorer without OpenVDS, but some Cube methods will not work.

Usage and examples
------------------
Expand Down Expand Up @@ -497,4 +497,4 @@ The `SurfaceCollection` class can be used to do on-demand surface aggregations.
p10.quickplot()

In this example we perform aggregations on all realized instance of the surface `Valysar Fm. (FACIES_Fraction_Channel)` in iteration 0.
The aggregation methods return `xtgeo.RegularSurface` objects.
The aggregation methods return `xtgeo.RegularSurface` objects.
Loading