From 9ef104decfad8e86040c85d4418c5acf4204fdc7 Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Sun, 19 May 2024 18:58:00 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Install=20lamindb=5Fsetup?= =?UTF-8?q?=20from=20pypi=20again?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 61a67109..1754cc70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ Home = "https://github.com/laminlabs/lnschema-core" [project.optional-dependencies] dev = [ - "lamindb_setup@git+https://github.com/laminlabs/lamindb-setup", + "lamindb_setup", "pre-commit", "nox", "laminci",