Skip to content

Commit

Permalink
Removed pyFFTW requirement until it supports python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
david-zwicker committed Feb 5, 2024
1 parent e2fba58 commit a103f24
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/check_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
timeout-minutes: 15

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"
1 change: 0 additions & 1 deletion pde/tools/resources/requirements_full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ matplotlib>=3.1
numba>=0.59
numpy>=1.22
pandas>=2
pyfftw>=0.12
rocket-fft>=0.2
scipy>=1.10
sympy>=1.9
Expand Down
2 changes: 1 addition & 1 deletion scripts/create_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def line(self, relation: str = ">=") -> str:
name="pyfftw",
version_min="0.12",
usage="Faster Fourier transforms",
collections={"full"},
collections={}, # include in "full" collection when pyfftw supports python 3.12
),
Requirement(
name="rocket-fft",
Expand Down
1 change: 0 additions & 1 deletion tests/requirements_full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ matplotlib>=3.1
numba>=0.59
numpy>=1.22
pandas>=2
pyfftw>=0.12
rocket-fft>=0.2
scipy>=1.10
sympy>=1.9
Expand Down

0 comments on commit a103f24

Please sign in to comment.