Skip to content

Commit d035b71

Browse files
authored
Don't depend on self. (#130)
1 parent 0fcd806 commit d035b71

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ description = "Add your description here"
99
readme = "README.md"
1010
requires-python = ">=3.9"
1111
dependencies = [
12-
"pysimdjson",
1312
]
1413

1514
[tool.uv.sources]
@@ -49,4 +48,4 @@ archs = ["auto", "aarch64", "ppc64le"]
4948

5049
[tool.cibuildwheel.macos]
5150
environment = { CXXFLAGS="-std=c++11" }
52-
archs = ["x86_64", "universal2"]
51+
archs = ["x86_64", "universal2"]

0 commit comments

Comments
 (0)