Skip to content

Commit 5df7751

Browse files
authored
add parameterspace versions 0.8.* as compatible (#84)
Signed-off-by: Grossberger Lukas (CR/AIR2.2) <Lukas.Grossberger@de.bosch.com>
1 parent 421425d commit 5df7751

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

blackboxopt/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "4.9.0"
1+
__version__ = "4.9.1"
22

33
from parameterspace import ParameterSpace
44

poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "blackboxopt"
3-
version = "4.9.0"
3+
version = "4.9.1"
44
description = "A common interface for blackbox optimization algorithms along with useful helpers like parallel optimization loops, analysis and visualization scripts."
55
readme = "README.md"
66
repository = "https://github.com/boschresearch/blackboxopt"
@@ -17,7 +17,7 @@ classifiers = [
1717

1818
[tool.poetry.dependencies]
1919
python = ">=3.8,<3.12"
20-
parameterspace = "^0.7.2"
20+
parameterspace = ">=0.7.2,<0.9"
2121
numpy = {version = "^1.22.0", optional = true}
2222
plotly = {version = "^5.10.0", optional = true}
2323
scipy = {version = "^1.6.0", optional = true}

0 commit comments

Comments
 (0)