We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29599c1 + 30157ef commit 2d92212Copy full SHA for 2d92212
1 file changed
pyproject.toml
@@ -3,7 +3,7 @@ requires = [
3
"scikit-build-core>=0.3",
4
"setuptools_scm",
5
"numpy>=2.0.0",
6
- "cython>=3.0",
+ "cython==3.0.*",
7
]
8
build-backend = "scikit_build_core.build"
9
@@ -22,7 +22,6 @@ dependencies = [
22
23
"xarray>=2024.1.0",
24
"dask>=2024.7.1",
25
26
27
description = "Provides a backend for xarray to read SDF files as created by the EPOCH plasma PIC code."
28
classifiers = [
0 commit comments