Skip to content

Commit f12f66c

Browse files
authored
Merge pull request #25 from daavid00/dev
Bump to version 2026.04-pre
2 parents 42d12f3 + 3da577c commit f12f66c

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

dev-requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
black<=25.9.0
2-
numpydoc<=1.9.0
3-
mypy<=1.18.2
4-
pylint<=4.0.2
5-
pytest-cov<=7.0.0
6-
sphinx<=8.2.3
7-
sphinx-rtd-theme<=3.0.2
1+
black
2+
numpydoc
3+
mypy
4+
pylint
5+
pytest-cov
6+
sphinx
7+
sphinx-rtd-theme

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ classifiers = [
2727
"Operating System :: OS Independent"
2828
]
2929
dependencies = [
30-
"alive_progress<=3.3.0",
31-
"keras_tuner<=1.4.7",
32-
"mako<=1.3.10",
33-
"matplotlib<=3.10.7",
34-
"pandas<=2.3.3",
35-
"resdata<=6.1.0",
36-
"scikit-learn<=1.7.2",
37-
"scipy<=1.16.3"
30+
"alive_progress",
31+
"keras_tuner",
32+
"mako",
33+
"matplotlib",
34+
"pandas",
35+
"resdata",
36+
"scikit-learn",
37+
"scipy"
3838
]
3939
requires-python = ">=3.12"
4040

@@ -53,4 +53,4 @@ packages.find.where = ["src"]
5353
platforms = ["all"]
5454

5555
[project.optional-dependencies]
56-
tensorflow = ["tensorflow<=2.20.0"]
56+
tensorflow = ["tensorflow"]

src/pyopmnearwell/__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"
5+
__version__ = "2026.04-pre"

0 commit comments

Comments
 (0)