Skip to content

Commit 34a14ce

Browse files
authored
Merge pull request #273 from PyAutoLabs/feature/pin-dependency-versions
fix: pin autoconf dependency version and update homepage URL
2 parents 2e254c0 + 547dc06 commit 34a14ce

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,12 +18,12 @@ 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-
"autoconf",
26+
"autoconf==2026.4.13.3",
2727
"astropy>=5.0,<=7.2.0",
2828
"decorator>=4.0.0",
2929
"dill>=0.3.1.1",
@@ -35,7 +35,7 @@ dependencies = [
3535
]
3636

3737
[project.urls]
38-
Homepage = "https://github.com/Jammy2211/PyAutoArray"
38+
Homepage = "https://github.com/PyAutoLabs/PyAutoArray"
3939

4040
[tool.setuptools]
4141
include-package-data = true

0 commit comments

Comments
 (0)