Skip to content

Commit cc50e67

Browse files
authored
Fix compat bounds in Project.toml (#2344)
1 parent 049538d commit cc50e67

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Project.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,16 @@ DataStructures = "0.18"
2828
ForwardDiff = "0.5, 0.6, 0.7, 0.8, 0.9, 0.10"
2929
JSON = "~0.21"
3030
JSONSchema = "1"
31+
LinearAlgebra = "<0.0.1, 1.6"
3132
MutableArithmetics = "1"
3233
NaNMath = "0.3, 1"
3334
OrderedCollections = "1"
3435
PrecompileTools = "1"
36+
Printf = "<0.0.1, 1.6"
37+
SparseArrays = "<0.0.1, 1.6"
3538
SpecialFunctions = "0.8, 1, 2"
39+
Test = "<0.0.1, 1.6"
40+
Unicode = "<0.0.1, 1.6"
3641
julia = "1.6"
3742

3843
[extras]

docs/src/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4343
- Added Gurobi to `solver-tests.yml` (#2332)
4444
- Improved the error message when a bridge does not support an attribute (#2329)
4545
- Improved documentation for implementing a bridge (#2334)
46+
- Updated `[compat]` bounds in `Project.toml` (#2344)
4647

4748
## v1.21.0 (October 25, 2023)
4849

0 commit comments

Comments
 (0)