From 5151af3d3db1db5378208ce8c74e331708b3b85a Mon Sep 17 00:00:00 2001 From: NimaSarajpoor Date: Fri, 13 Feb 2026 21:31:33 -0500 Subject: [PATCH] removed fftw and pyfftw from dependencies --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 856c34be7..dde953da5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,8 +90,6 @@ isort = ">=5.11.0" polars = ">=1.14.0" pip = "*" lxml = "*" -fftw = "*" -pyfftw = "*" numba-cuda = "*" # readthedocs sphinx = ">=3.5.3"