Skip to content

Commit e734045

Browse files
committed
build: try to configure poetry to properly install libviewer
1 parent 8fd180f commit e734045

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
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"}
18+
libviewer = {path = "../libviewer", develop = true}
1919
mongo-types = "0.15.1"
2020
mongoengine = "^0.29.1"
2121
networkx = "^3.0"
File renamed without changes.

libs/libviewer/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pyarrow = "15.0.2"
1212
huggingface-hub = {version = "^0.31.0", extras = ["hf-transfer"]}
1313

1414
[tool.poetry.build]
15-
script = "build-extension.py"
15+
script = "build.py"
1616

1717
[build-system]
1818
requires = ["poetry-core", "maturin>=1.0,<2.0"]

0 commit comments

Comments
 (0)