Skip to content

Commit 80ff963

Browse files
committed
Fix pysimdjson version for py3.13 in optional dep
1 parent 5120c8c commit 80ff963

File tree

2 files changed

+97
-70
lines changed

2 files changed

+97
-70
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Issues = "https://github.com/CAVEconnectome/nglui/issues"
4747
[project.optional-dependencies]
4848
full = [
4949
"cloud-volume>=12.3.1",
50+
"pysimdjson>=7.0.0 ; python_version >= '3.13'",
5051
]
5152

5253
[dependency-groups]

0 commit comments

Comments
 (0)