Make the rust backend non-optional
This commit is contained in:
parent
967adb1a69
commit
73dd9a16a8
@ -18,6 +18,7 @@ requires-python = ">= 3.11"
|
|||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"frozendict",
|
"frozendict",
|
||||||
|
"pyo3"
|
||||||
]
|
]
|
||||||
|
|
||||||
# Because this is a mixed rust/python project the structure is src/python/qubed rather than the more typical src/qubed
|
# Because this is a mixed rust/python project the structure is src/python/qubed rather than the more typical src/qubed
|
||||||
@ -35,7 +36,6 @@ features = ["pyo3/extension-module"]
|
|||||||
|
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
rust-backend = ["maturin>=1.7,<2.0", "pyo3"]
|
|
||||||
|
|
||||||
stac_server = [
|
stac_server = [
|
||||||
"fastapi",
|
"fastapi",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user