Skip to content

Commit ba89829

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ 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-
"autogalaxy",
26+
"autogalaxy==2026.4.13.3",
2727
"nautilus-sampler==1.0.5"
2828
]
2929

3030
[project.urls]
31-
Homepage = "https://github.com/Jammy2211/PyAutoLens"
31+
Homepage = "https://github.com/PyAutoLabs/PyAutoLens"
3232

3333
[tool.setuptools]
3434
include-package-data = true

0 commit comments

Comments
 (0)