Skip to content

Commit cba315c

Browse files
authored
Merge pull request #348 from PyAutoLabs/feature/pin-dependency-versions
fix: pin autofit/autoarray dependency versions and update homepage
2 parents e8b84de + 8e35bb6 commit cba315c

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)