From 73dd9a16a8a7fdc5b16f5d09302a7ea9d1896b50 Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 19 Feb 2025 14:57:11 +0000 Subject: [PATCH] Make the rust backend non-optional --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fcdd86e..f3ebccd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",