We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8b84de + 8e35bb6 commit cba315cCopy full SHA for cba315c
1 file changed
pyproject.toml
@@ -18,20 +18,20 @@ classifiers = [
18
"Topic :: Scientific/Engineering :: Physics",
19
"Natural Language :: English",
20
"Operating System :: OS Independent",
21
- "Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.12",
22
"Programming Language :: Python :: 3.13"
23
]
24
keywords = ["cli"]
25
dependencies = [
26
- "autofit",
27
- "autoarray",
+ "autofit==2026.4.13.3",
+ "autoarray==2026.4.13.3",
28
"colossus==1.3.1",
29
"astropy>=5.0,<=7.2.0",
30
"nautilus-sampler==1.0.5"
31
32
33
[project.urls]
34
-Homepage = "https://github.com/Jammy2211/PyAutoGalaxy"
+Homepage = "https://github.com/PyAutoLabs/PyAutoGalaxy"
35
36
[tool.setuptools]
37
include-package-data = true
0 commit comments