From 1d458c7db07d96598dd82e650b259cdcb21fac5b Mon Sep 17 00:00:00 2001 From: Joshua Hsu Date: Tue, 17 Jun 2025 02:26:15 +0800 Subject: [PATCH] Don't depend on self. --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c0d3112..bcc78b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,6 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.9" dependencies = [ - "pysimdjson", ] [tool.uv.sources] @@ -49,4 +48,4 @@ archs = ["auto", "aarch64", "ppc64le"] [tool.cibuildwheel.macos] environment = { CXXFLAGS="-std=c++11" } -archs = ["x86_64", "universal2"] \ No newline at end of file +archs = ["x86_64", "universal2"]