We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d5054 commit 44d4ee0Copy full SHA for 44d4ee0
pyproject.toml
@@ -54,6 +54,7 @@ ci = [
54
"isort >= 5.11.0",
55
'tbb >= 2019.5 ; platform_system == "Linux"',
56
"polars >= 1.14.0",
57
+ "pyfftw >= 0.15.0",
58
"lxml"
59
]
60
@@ -86,8 +87,8 @@ isort = ">=5.11.0"
86
87
polars = ">=1.14.0"
88
pip = "*"
89
lxml = "*"
-fftw = "*"
90
-pyfftw = "*"
+fftw = ">=3.3"
91
+pyfftw = ">=0.15.0"
92
# readthedocs
93
sphinx = ">=3.5.3"
94
pydata-sphinx-theme = "*"
0 commit comments