Skip to content

Commit 612ee27

Browse files
0.18.15
1 parent 0eb37cc commit 612ee27

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

RELEASE_NOTES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
spotpython 0.18.15:
2+
3+
- "numpy>=2.1.0" changed to "numpy>=2.0.0 updated in the dependencies to enable tensorflow compatibility
4+
15
spotpython 0.18.14:
26

37
- "river>=0.22.0" and "numpy>=2.1.0" updated in the dependencies
48

9+
510
- objectivefunctions.py:
611
doc updated
712

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "spotpython"
10-
version = "0.18.14"
10+
version = "0.18.15"
1111
authors = [
1212
{ name="T. Bartz-Beielstein", email="tbb@bartzundbartz.de" }
1313
]
@@ -36,7 +36,7 @@ dependencies = [
3636
"mkdocs-gen-files>=0.5.0",
3737
"mkdocs-literate-nav>=0.6.1",
3838
"mkdocs-section-index>=0.3.9",
39-
"numpy>=2.1.0",
39+
"numpy>=2.0.0",
4040
"nbformat",
4141
"pandas",
4242
"plotly",

0 commit comments

Comments
 (0)