Skip to content

Add missing [compat] entries for Julia General registry#308

Merged
jameskermode merged 1 commit intoACEsuit:mainfrom
jameskermode:dev-registration-fix
Dec 8, 2025
Merged

Add missing [compat] entries for Julia General registry#308
jameskermode merged 1 commit intoACEsuit:mainfrom
jameskermode:dev-registration-fix

Conversation

@jameskermode
Copy link
Collaborator

Summary

Fixes the AutoMerge failure for Julia General registry registration by adding upper-bounded [compat] entries for 16 dependencies.

Changes

Added [compat] entries for the following packages:

  • ArgParse = "1"
  • ChainRulesCore = "1"
  • DynamicPolynomials = "0.6"
  • EmpiricalPotentials = "0.2"
  • Folds = "0.2"
  • ForwardDiff = "0.10"
  • JSON = "0.21"
  • NeighbourLists = "0.5"
  • OffsetArrays = "1"
  • Optim = "1"
  • OrderedCollections = "1"
  • Roots = "2"
  • StaticPolynomials = "1"
  • StrideArrays = "0.1"
  • Unitful = "1"
  • WithAlloc = "0.1"

All entries follow Julia packaging guidelines with finite breaking release ranges.

Testing

  • ✅ Package resolution successful (Pkg.resolve())
  • ✅ Package instantiation successful (Pkg.instantiate())
  • ✅ Package loading successful (import ACEpotentials)
  • ✅ Rebased on ACEsuit/main (no conflicts)

Related Issues

Addresses JuliaRegistries/General#143908

🤖 Generated with Claude Code

Addresses AutoMerge failure by adding upper-bounded [compat] entries for 16 dependencies:
- ArgParse = "1"
- ChainRulesCore = "1"
- DynamicPolynomials = "0.6"
- EmpiricalPotentials = "0.2"
- Folds = "0.2"
- ForwardDiff = "0.10"
- JSON = "0.21"
- NeighbourLists = "0.5"
- OffsetArrays = "1"
- Optim = "1"
- OrderedCollections = "1"
- Roots = "2"
- StaticPolynomials = "1"
- StrideArrays = "0.1"
- Unitful = "1"
- WithAlloc = "0.1"

All entries follow Julia packaging guidelines with finite breaking release ranges.
Package resolution, instantiation, and loading verified successfully.

Fixes JuliaRegistries/General#143908

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@jameskermode jameskermode merged commit 5f698db into ACEsuit:main Dec 8, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant