Skip to content

Commit

Permalink
install hexaly
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Jan 20, 2025
1 parent ea7a272 commit 810689c
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 8 deletions.
10 changes: 9 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,17 @@ dev = [
"pytest-cov>=6.0.0",
"pre-commit>=4.0.1",
"kaleido==0.2.1",
"mosek==10.2.13",
"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
29 changes: 22 additions & 7 deletions uv.lock

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

0 comments on commit 810689c

Please sign in to comment.