We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb37cc commit 612ee27Copy full SHA for 612ee27
2 files changed
RELEASE_NOTES.txt
@@ -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
5
spotpython 0.18.14:
6
7
- "river>=0.22.0" and "numpy>=2.1.0" updated in the dependencies
8
9
10
- objectivefunctions.py:
11
doc updated
12
pyproject.toml
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "spotpython"
-version = "0.18.14"
+version = "0.18.15"
authors = [
{ name="T. Bartz-Beielstein", email="tbb@bartzundbartz.de" }
13
]
@@ -36,7 +36,7 @@ dependencies = [
36
"mkdocs-gen-files>=0.5.0",
37
"mkdocs-literate-nav>=0.6.1",
38
"mkdocs-section-index>=0.3.9",
39
- "numpy>=2.1.0",
+ "numpy>=2.0.0",
40
"nbformat",
41
"pandas",
42
"plotly",
0 commit comments