Skip to content

Commit 8e35bb6

Browse files
Jammy2211claude
authored andcommitted
fix: pin autofit and autoarray dependency versions and update homepage URL
Pin autofit and autoarray to exact versions so pip cannot resolve to wrong PyPI packages. The release workflow updates the pins automatically. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e8b84de commit 8e35bb6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@ classifiers = [
1818
"Topic :: Scientific/Engineering :: Physics",
1919
"Natural Language :: English",
2020
"Operating System :: OS Independent",
21-
"Programming Language :: Python :: 3.12",
21+
"Programming Language :: Python :: 3.12",
2222
"Programming Language :: Python :: 3.13"
2323
]
2424
keywords = ["cli"]
2525
dependencies = [
26-
"autofit",
27-
"autoarray",
26+
"autofit==2026.4.13.3",
27+
"autoarray==2026.4.13.3",
2828
"colossus==1.3.1",
2929
"astropy>=5.0,<=7.2.0",
3030
"nautilus-sampler==1.0.5"
3131
]
3232

3333
[project.urls]
34-
Homepage = "https://github.com/Jammy2211/PyAutoGalaxy"
34+
Homepage = "https://github.com/PyAutoLabs/PyAutoGalaxy"
3535

3636
[tool.setuptools]
3737
include-package-data = true

0 commit comments

Comments
 (0)