Skip to content

Commit 8443ae6

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 ec2445a commit 8443ae6

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,8 +23,8 @@ classifiers = [
2323
]
2424
keywords = ["cli"]
2525
dependencies = [
26-
"autofit==2026.4.13.5",
27-
"autoarray==2026.4.13.5",
26+
"autofit",
27+
"autoarray",
2828
"colossus==1.3.1",
2929
"astropy>=5.0,<=7.2.0",
3030
"nautilus-sampler==1.0.5"

0 commit comments

Comments
 (0)