Skip to content

Commit 7b24722

Browse files
Jammy2211claude
authored andcommitted
fix: revert autofit/autoarray pins to bare names for CI compatibility
The exact version pins break 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 cba315c commit 7b24722

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.3",
27-
"autoarray==2026.4.13.3",
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)