From a3cb2f571aa099c08c903f347c21e12edae9547e Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Sun, 2 Feb 2025 11:24:45 +0400 Subject: [PATCH] Update pyproject.toml (#33) Remove Hexaly installation --- pyproject.toml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 96b9a61..74c1d3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,18 +22,10 @@ dev = [ "pre-commit>=4.0.1", "kaleido==0.2.1", "mosek==10.2.1", - "hexaly", "matplotlib>=3.10.0", "plotly>=5.24.1", ] -[tool.uv.sources] -hexaly = { index = "hexaly" } - -[[tool.uv.index]] -name = "hexaly" -url = "https://pip.hexaly.com" - [tool.ruff] line-length = 120 target-version = "py310"