Commit 7f1f210
Fix Reexport dependency conflict in downgrade CI
Updates Reexport version constraint from various versions (1, 1.2) to 1.2.2 across all packages to resolve dependency conflict with OrdinaryDiffEqTsit5 v1.2.0.
When running with ALLOW_RERESOLVE: false in the downgrade CI, the previous constraint would pin to Reexport v1.2.0, but OrdinaryDiffEqTsit5 v1.2.0 requires Reexport v1.2.2, creating an unsatisfiable constraint.
Updated in:
- Main package Project.toml
- lib/BracketingNonlinearSolve/Project.toml
- lib/NonlinearSolveFirstOrder/Project.toml
- lib/NonlinearSolveQuasiNewton/Project.toml
- lib/NonlinearSolveSciPy/Project.toml
- lib/NonlinearSolveSpectralMethods/Project.toml
- lib/SCCNonlinearSolve/Project.toml
- lib/SimpleNonlinearSolve/Project.toml
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 8b1ddf1 commit 7f1f210
File tree
8 files changed
+8
-8
lines changed- lib
- BracketingNonlinearSolve
- NonlinearSolveFirstOrder
- NonlinearSolveQuasiNewton
- NonlinearSolveSciPy
- NonlinearSolveSpectralMethods
- SCCNonlinearSolve
- SimpleNonlinearSolve
8 files changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments