Skip to content

Commit 12cf2d3

Browse files
Jammy2211claude
authored andcommitted
fix: revert autoconf pin to bare name for CI compatibility
The exact version pin breaks CI where sibling repos have version 1.0.dev0. The release workflow now adds ==VERSION pins at build time instead. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 34a14ce commit 12cf2d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
]
2424
keywords = ["cli"]
2525
dependencies = [
26-
"autoconf==2026.4.13.3",
26+
"autoconf",
2727
"astropy>=5.0,<=7.2.0",
2828
"decorator>=4.0.0",
2929
"dill>=0.3.1.1",

0 commit comments

Comments
 (0)