Skip to content

Commit 595ce5c

Browse files
committed
added dependencies
1 parent 69a84a7 commit 595ce5c

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
run: |
2626
python -m pip install --upgrade pip
2727
pip install numpy
28+
pip install scipy
29+
pip install pyNFFT3
2830
- name: Run tests
2931
run: |
3032
python -m tests.run_tests

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
furo==2021.11.16
22
pyNFFT3==0.2.2
3-
numpy==2.3.0
3+
numpy==1.24.4
44
scipy==1.16.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description = "Python implementation of Grouped Transforms"
1515
readme = "README.md"
1616
requires-python = ">=3.8"
1717
dependencies = [
18-
"pyNFFT3>=0.2.2"
18+
"pyNFFT3>=0.2.2",
1919
"numpy>=2.0.0",
2020
"scipy>=1.16.0",
2121
]

0 commit comments

Comments
 (0)