Make the rust backend non-optional

This commit is contained in:
Tom 2025-02-19 14:57:11 +00:00
parent 967adb1a69
commit 73dd9a16a8

View File

@ -18,6 +18,7 @@ requires-python = ">= 3.11"
dynamic = ["version"]
dependencies = [
"frozendict",
"pyo3"
]
# 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]
rust-backend = ["maturin>=1.7,<2.0", "pyo3"]
stac_server = [
"fastapi",