Skip to content

Commit a50d2df

Browse files
Jammy2211claude
authored andcommitted
fix: revert dependency pins committed by release workflow
The release workflow incorrectly committed pinned dependency versions to main. These pins should only exist in the built wheel, not in the source. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 525c38a commit a50d2df

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.5",
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)