Skip to content

Commit 2bae434

Browse files
Jammy2211Jammy2211
authored andcommitted
optional requirements
1 parent abcc26f commit 2bae434

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

optional_requirements.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

pyproject.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ dependencies = [
3737
"scikit-learn<=1.5.1"
3838
]
3939

40-
[project.optional-dependencies]
41-
optional=[
42-
"pylops>=1.10.0,<=2.3.1",
43-
"pynufft"
44-
]
45-
4640
[project.urls]
4741
Homepage = "https://github.com/Jammy2211/PyAutoArray"
4842

@@ -58,6 +52,10 @@ local_scheme = "no-local-version"
5852

5953

6054
[project.optional-dependencies]
55+
optional=[
56+
"pylops>=1.10.0,<=2.3.1",
57+
"pynufft"
58+
]
6159
test = ["pytest"]
6260
dev = ["pytest", "black"]
6361

0 commit comments

Comments
 (0)