Skip to content

Commit

Permalink
lock
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Mar 27, 2024
1 parent a54c8aa commit 1e30fe5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 25 deletions.
35 changes: 12 additions & 23 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ repository = "https://github.com/tschm/mosek-license-server"
packages = [{include = "mosek_license"}]

[tool.poetry.dependencies]
python = ">=3.9"
python = ">=3.9,<3.13"

[tool.poetry.group.test.dependencies]
numpy = "*"
mosek = "*"
mosek = "~10.1.28"
pytest = "*"
pytest-cov = "*"
pre-commit = "*"
Expand Down

0 comments on commit 1e30fe5

Please sign in to comment.