Skip to content

Commit 0b787db

Browse files
Cap SciMLBase before FunctionProperties regression
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
1 parent 08023d3 commit 0b787db

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Random = "1.10"
6969
Reexport = "1.2.2"
7070
ReverseDiff = "1"
7171
SafeTestsets = "0.1"
72-
SciMLBase = "2.148.0, 3"
72+
SciMLBase = "2.148.0, 3.0 - 3.31"
7373
SciMLLogging = "1.10.1, 2"
7474
SciMLSensitivity = "7.100.0"
7575
SciMLTesting = "1"

lib/OptimizationSophia/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ OptimizationBase = "5"
2929
OrdinaryDiffEqTsit5 = "1.2.0, 2"
3030
Random = "1.10.0"
3131
Reexport = "1.2"
32-
SciMLBase = "2.122.1, 3"
32+
SciMLBase = "2.122.1, 3.0 - 3.31"
3333
SciMLSensitivity = "7.88.0"
3434
Test = "1.10.0"
3535
Zygote = "0.7.10"

0 commit comments

Comments
 (0)