Skip to content

Commit d395335

Browse files
committed
upgrade pyproject.toml according to pep508-versionspec
1 parent 5ce373f commit d395335

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

clients/python/test/e2e/ci/e2e/pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ readme = "README.md"
77

88
[tool.poetry.dependencies]
99
osparc = "*"
10-
packaging = "^23.2"
11-
pandas = {extras = ["plot", "output-formatting"], version = "^2.1"}
12-
pydantic = "^2.5"
13-
pydantic-settings = "^2.1"
14-
pytest = "^7.4"
15-
python = "^3.9"
16-
typer = {extras = ["all"], version = "^0.9.0"}
17-
tenacity = "^8.2.3"
10+
packaging = ">=23.2,<24.0"
11+
pandas = {extras = ["plot", "output-formatting"], version = ">=2.1,<3.0"}
12+
pydantic = ">=2.5,<3.0"
13+
pydantic-settings = ">=2.1,<3.0"
14+
pytest = ">=7.4,<8.0"
15+
python = ">=3.9,<4.0"
16+
typer = {extras = ["all"], version = ">=0.9.0,<0.10.0"}
17+
tenacity = ">=8.2.3,<9.0"
1818

1919
[tool.poetry.scripts]
2020
e2e = "e2e.cli:cli"

0 commit comments

Comments
 (0)