Skip to content

Commit a9acaca

Browse files
Jammy2211Jammy2211
authored andcommitted
optional requirements
1 parent 0353323 commit a9acaca

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

pyproject.toml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,6 @@ dependencies = [
3434
"nautilus-sampler==1.0.4"
3535
]
3636

37-
[project.optional-dependencies]
38-
optional=[
39-
"numba",
40-
"pylops>=1.10.0,<=2.3.1",
41-
"pynufft",
42-
"ultranest==3.6.2",
43-
"zeus-mcmc==2.5.4",
44-
"getdist==1.4"
45-
]
46-
47-
4837
[project.urls]
4938
Homepage = "https://github.com/Jammy2211/PyAutoGalaxy"
5039

@@ -60,6 +49,14 @@ local_scheme = "no-local-version"
6049

6150

6251
[project.optional-dependencies]
52+
optional=[
53+
"numba",
54+
"pylops>=1.10.0,<=2.3.1",
55+
"pynufft",
56+
"ultranest==3.6.2",
57+
"zeus-mcmc==2.5.4",
58+
"getdist==1.4"
59+
]
6360
test = ["pytest"]
6461
dev = ["pytest", "black"]
6562

0 commit comments

Comments
 (0)