Skip to content

Commit

Permalink
fix test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Aug 4, 2024
1 parent b99a0ce commit ccfc4d5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ packages = [{include = "mosek_license"}]
python = ">=3.9,<3.13"

[tool.poetry.group.test.dependencies]
numpy = "*"
mosek = ">=10.1.28,<10.3.0"
pytest = "*"
pytest-cov = "*"
pre-commit = "*"
numpy = ">=2.0"
mosek = ">=10.2.0"
pytest = "8.3.2"
pytest-cov = "5.0.0"
pre-commit = "3.8.0"

[build-system]
requires = ["poetry>=1.6.0"]
Expand Down

0 comments on commit ccfc4d5

Please sign in to comment.