Skip to content

Commit 2d92212

Browse files
committed
Merge remote-tracking branch 'origin/main' into animation-update
2 parents 29599c1 + 30157ef commit 2d92212

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [
33
"scikit-build-core>=0.3",
44
"setuptools_scm",
55
"numpy>=2.0.0",
6-
"cython>=3.0",
6+
"cython==3.0.*",
77
]
88
build-backend = "scikit_build_core.build"
99

@@ -22,7 +22,6 @@ dependencies = [
2222
"numpy>=2.0.0",
2323
"xarray>=2024.1.0",
2424
"dask>=2024.7.1",
25-
"cython>=3.0",
2625
]
2726
description = "Provides a backend for xarray to read SDF files as created by the EPOCH plasma PIC code."
2827
classifiers = [

0 commit comments

Comments
 (0)