From bb61e6fe7cad014d24a2a025130dcca1ee24134a Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 19 Feb 2025 15:00:38 +0000 Subject: [PATCH] fix deps --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f3ebccd..0e46d92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,6 @@ 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