diff --git a/setup.py b/setup.py index b431c8f..1158fc3 100755 --- a/setup.py +++ b/setup.py @@ -180,7 +180,7 @@ def run(self): ], extras_require={ "test": [ - "solara[pytest] @ https://github.com/widgetti/solara/archive/refs/heads/11-01-feat_testing_support_passing_local_variable_to_kernels.zip", # noqa: E501 + "solara[pytest]", ], "dev": [ "pre-commit",