We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a84a7 commit 595ce5cCopy full SHA for 595ce5c
3 files changed
.github/workflows/ci.yml
@@ -25,6 +25,8 @@ jobs:
25
run: |
26
python -m pip install --upgrade pip
27
pip install numpy
28
+ pip install scipy
29
+ pip install pyNFFT3
30
- name: Run tests
31
32
python -m tests.run_tests
docs/requirements.txt
@@ -1,4 +1,4 @@
1
furo==2021.11.16
2
pyNFFT3==0.2.2
3
-numpy==2.3.0
+numpy==1.24.4
4
scipy==1.16.1
pyproject.toml
@@ -15,7 +15,7 @@ description = "Python implementation of Grouped Transforms"
15
readme = "README.md"
16
requires-python = ">=3.8"
17
dependencies = [
18
- "pyNFFT3>=0.2.2"
+ "pyNFFT3>=0.2.2",
19
"numpy>=2.0.0",
20
"scipy>=1.16.0",
21
]
0 commit comments