Skip to content

Commit 087dca2

Browse files
authored
Merge pull request #131 from daavid00/dev
Release 2025.10
2 parents 8f49274 + 7f417bb commit 087dca2

6 files changed

Lines changed: 22 additions & 22 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ To install the _pyopmspe11_ executable from the development version:
2121
pip install git+https://github.com/OPM/pyopmspe11.git
2222
```
2323

24-
If you are interested in a specific version (e.g., v2025.04) or in modifying the source code, then you can clone the repository and install the Python requirements in a virtual environment with the following commands:
24+
If you are interested in a specific version (e.g., v2025.10) or in modifying the source code, then you can clone the repository and install the Python requirements in a virtual environment with the following commands:
2525

2626
```bash
2727
# Clone the repo
2828
git clone https://github.com/OPM/pyopmspe11.git
2929
# Get inside the folder
3030
cd pyopmspe11
31-
# For a specific version (e.g., v2025.04), or skip this step (i.e., edge version)
32-
git checkout v2025.04
31+
# For a specific version (e.g., v2025.10), or skip this step (i.e., edge version)
32+
git checkout v2025.10
3333
# Create virtual environment (to specific Python, python3.14 -m venv vpyopmspe11)
3434
python3 -m venv vpyopmspe11
3535
# Activate virtual environment

docs/_sources/installation.rst.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To install the **pyopmspe11** executable from the development version:
1717
1818
pip install git+https://github.com/opm/pyopmspe11.git
1919
20-
If you are interested in a specific version (e.g., v2025.04) or in modifying the source code, then you can clone the repository and
20+
If you are interested in a specific version (e.g., v2025.10) or in modifying the source code, then you can clone the repository and
2121
install the Python requirements in a virtual environment with the following commands:
2222

2323
.. code-block:: console
@@ -26,8 +26,8 @@ install the Python requirements in a virtual environment with the following comm
2626
git clone https://github.com/opm/pyopmspe11.git
2727
# Get inside the folder
2828
cd pyopmspe11
29-
# For a specific version (e.g., v2025.04), or skip this step (i.e., edge version)
30-
git checkout v2025.04
29+
# For a specific version (e.g., v2025.10), or skip this step (i.e., edge version)
30+
git checkout v2025.10
3131
# Create virtual environment (to specific Python, python3.13 -m venv vpyopmspe11)
3232
python3 -m venv vpyopmspe11
3333
# Activate virtual environment

docs/installation.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@ <h1>Installation<a class="headerlink" href="#installation" title="Link to this h
100100
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>pip<span class="w"> </span>install<span class="w"> </span>git+https://github.com/opm/pyopmspe11.git
101101
</pre></div>
102102
</div>
103-
<p>If you are interested in a specific version (e.g., v2025.04) or in modifying the source code, then you can clone the repository and
103+
<p>If you are interested in a specific version (e.g., v2025.10) or in modifying the source code, then you can clone the repository and
104104
install the Python requirements in a virtual environment with the following commands:</p>
105105
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp"># </span>Clone<span class="w"> </span>the<span class="w"> </span>repo
106106
<span class="go">git clone https://github.com/opm/pyopmspe11.git</span>
107107
<span class="gp"># </span>Get<span class="w"> </span>inside<span class="w"> </span>the<span class="w"> </span>folder
108108
<span class="go">cd pyopmspe11</span>
109-
<span class="gp"># </span>For<span class="w"> </span>a<span class="w"> </span>specific<span class="w"> </span>version<span class="w"> </span><span class="o">(</span>e.g.,<span class="w"> </span>v2025.04<span class="o">)</span>,<span class="w"> </span>or<span class="w"> </span>skip<span class="w"> </span>this<span class="w"> </span>step<span class="w"> </span><span class="o">(</span>i.e.,<span class="w"> </span>edge<span class="w"> </span>version<span class="o">)</span>
110-
<span class="go">git checkout v2025.04</span>
109+
<span class="gp"># </span>For<span class="w"> </span>a<span class="w"> </span>specific<span class="w"> </span>version<span class="w"> </span><span class="o">(</span>e.g.,<span class="w"> </span>v2025.10<span class="o">)</span>,<span class="w"> </span>or<span class="w"> </span>skip<span class="w"> </span>this<span class="w"> </span>step<span class="w"> </span><span class="o">(</span>i.e.,<span class="w"> </span>edge<span class="w"> </span>version<span class="o">)</span>
110+
<span class="go">git checkout v2025.10</span>
111111
<span class="gp"># </span>Create<span class="w"> </span>virtual<span class="w"> </span>environment<span class="w"> </span><span class="o">(</span>to<span class="w"> </span>specific<span class="w"> </span>Python,<span class="w"> </span>python3.13<span class="w"> </span>-m<span class="w"> </span>venv<span class="w"> </span>vpyopmspe11<span class="o">)</span>
112112
<span class="go">python3 -m venv vpyopmspe11</span>
113113
<span class="gp"># </span>Activate<span class="w"> </span>virtual<span class="w"> </span>environment

docs/text/installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To install the **pyopmspe11** executable from the development version:
1717
1818
pip install git+https://github.com/opm/pyopmspe11.git
1919
20-
If you are interested in a specific version (e.g., v2025.04) or in modifying the source code, then you can clone the repository and
20+
If you are interested in a specific version (e.g., v2025.10) or in modifying the source code, then you can clone the repository and
2121
install the Python requirements in a virtual environment with the following commands:
2222

2323
.. code-block:: console
@@ -26,8 +26,8 @@ install the Python requirements in a virtual environment with the following comm
2626
git clone https://github.com/opm/pyopmspe11.git
2727
# Get inside the folder
2828
cd pyopmspe11
29-
# For a specific version (e.g., v2025.04), or skip this step (i.e., edge version)
30-
git checkout v2025.04
29+
# For a specific version (e.g., v2025.10), or skip this step (i.e., edge version)
30+
git checkout v2025.10
3131
# Create virtual environment (to specific Python, python3.13 -m venv vpyopmspe11)
3232
python3 -m venv vpyopmspe11
3333
# Activate virtual environment

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ classifiers = [
2626
"Operating System :: OS Independent"
2727
]
2828
dependencies = [
29-
"alive_progress",
30-
"mako",
31-
"matplotlib",
32-
"opm",
33-
"pandas",
34-
"Pyarrow",
35-
"rtree",
36-
"scipy",
37-
"shapely",
29+
"alive_progress<=3.3.0",
30+
"mako<=1.3.10",
31+
"matplotlib<=3.10.7",
32+
"opm<=2025.10",
33+
"pandas<=2.3.3",
34+
"pyarrow<=22.0.0",
35+
"rtree<=1.4.1",
36+
"scipy<=1.16.3",
37+
"shapely<=2.1.2",
3838
]
3939
requires-python = ">=3.11"
4040

src/pyopmspe11/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Code version.
33
"""
44

5-
__version__ = "2025.10-pre"
5+
__version__ = "2025.10"

0 commit comments

Comments
 (0)