Skip to content

Commit

Permalink
install mosek as a dev dependency (#17)
Browse files Browse the repository at this point in the history
* install mosek as a dev dependency

* install hexaly
  • Loading branch information
tschm authored Jan 20, 2025
1 parent 2bc2ded commit 9114213
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,18 @@ dev = [
"pytest>=8.3.4",
"pytest-cov>=6.0.0",
"pre-commit>=4.0.1",
"kaleido==0.2.1"
"kaleido==0.2.1",
"mosek==10.2.1",
"hexaly"
]

[tool.uv.sources]
hexaly = { index = "hexaly" }

[[tool.uv.index]]
name = "hexaly"
url = "https://pip.hexaly.com"

[tool.ruff]
line-length = 120
target-version = "py310"
Expand Down
32 changes: 32 additions & 0 deletions uv.lock

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

0 comments on commit 9114213

Please sign in to comment.