Skip to content

Commit 281fa2d

Browse files
authored
Merge pull request #1206 from PyAutoLabs/feature/pin-dependency-versions
fix: pin autoconf dependency version and update homepage URL
2 parents df46bb4 + 3d8a63d commit 281fa2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
]
2424
keywords = ["cli"]
2525
dependencies = [
26-
"autoconf",
26+
"autoconf==2026.4.13.3",
2727
"array_api_compat",
2828
"anesthetic==2.8.14; python_version < '3.13'",
2929
"anesthetic>=2.9.0; python_version >= '3.13'",
@@ -50,7 +50,7 @@ dependencies = [
5050
]
5151

5252
[project.urls]
53-
Homepage = "https://github.com/rhayes777/PyAutoFit"
53+
Homepage = "https://github.com/PyAutoLabs/PyAutoFit"
5454

5555
[tool.setuptools]
5656
include-package-data = true

0 commit comments

Comments
 (0)