Skip to content

Commit 8fd180f

Browse files
committed
build: don't use libviewer as an editable dependency
1 parent 56daa47 commit 8fd180f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/libcommon/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ environs = "^14.3.0"
1515
filelock = "^3.18.0"
1616
fsspec = {version = "2024.3.1", extras = ["s3"]}
1717
huggingface-hub = {version = "^0.31.0", extras = ["hf-transfer"]}
18-
libviewer = {path = "../libviewer", develop = true}
18+
libviewer = {path = "../libviewer"}
1919
mongo-types = "0.15.1"
2020
mongoengine = "^0.29.1"
2121
networkx = "^3.0"

0 commit comments

Comments
 (0)