Skip to content

Commit cf6491b

Browse files
authored
Merge branch 'main' into main
2 parents 9dcf312 + ea5df82 commit cf6491b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ scaler_native_worker_adapter = "scaler.entry_points.native_adapter:main"
5656
[project.optional-dependencies]
5757
uvloop = ["uvloop"]
5858
graphblas = ["python-graphblas", "numpy==2.2.6"]
59-
gui = ["nicegui[plotly]==2.24.1"]
60-
all = ["python-graphblas", "numpy==2.2.6", "uvloop", "nicegui[plotly]==2.24.1"]
59+
gui = ["nicegui[plotly]==2.24.2"]
60+
all = ["python-graphblas", "numpy==2.2.6", "uvloop", "nicegui[plotly]==2.24.2"]
6161

6262
[tool.scikit-build]
6363
cmake.source-dir = "."

0 commit comments

Comments
 (0)