Skip to content

Commit 8f34b25

Browse files
authored
Merge pull request #241 from ducflair/dev
Dev
2 parents 242d2e6 + bee9907 commit 8f34b25

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

assets/testing/duc-files/heads.duc

17.1 KB
Binary file not shown.

packages/ducpy/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ readme = "README.md"
66
requires-python = ">=3.10"
77
dependencies = [
88
"nanoid>=2.0.0",
9+
"numpy>=1.20.0",
910
]
1011

1112
license = { text = "MIT" }
@@ -32,6 +33,7 @@ build-backend = "maturin"
3233
[tool.maturin]
3334
manifest-path = "crate/Cargo.toml"
3435
python-source = "src"
36+
python-packages = ["ducpy", "ducpy_native"]
3537
module-name = "ducpy_native"
3638
include = [
3739
{ path = "LICENSE", format = "sdist" },
@@ -49,7 +51,6 @@ dev = [
4951
"sphinx>=8.1.3",
5052
"sphinx-autoapi>=3.6.0",
5153
"pytest>=8.3.5",
52-
"numpy>=1.20.0",
5354
"rich>=13.0.0",
5455
]
5556

packages/ducpy/uv.lock

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)