Skip to content

Commit 44d4ee0

Browse files
committed
update pyproject.toml
1 parent f6d5054 commit 44d4ee0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ ci = [
5454
"isort >= 5.11.0",
5555
'tbb >= 2019.5 ; platform_system == "Linux"',
5656
"polars >= 1.14.0",
57+
"pyfftw >= 0.15.0",
5758
"lxml"
5859
]
5960

@@ -86,8 +87,8 @@ isort = ">=5.11.0"
8687
polars = ">=1.14.0"
8788
pip = "*"
8889
lxml = "*"
89-
fftw = "*"
90-
pyfftw = "*"
90+
fftw = ">=3.3"
91+
pyfftw = ">=0.15.0"
9192
# readthedocs
9293
sphinx = ">=3.5.3"
9394
pydata-sphinx-theme = "*"

0 commit comments

Comments
 (0)