Skip to content

Commit

Permalink
Merge pull request #455 from vpuri3/patch-2
Browse files Browse the repository at this point in the history
support scimlops v3 in SciMLBase
  • Loading branch information
ChrisRackauckas committed Jun 15, 2023
2 parents 6d6568a + 96ae71b commit 68f2017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RecipesBase = "0.7.0, 0.8, 1.0"
RecursiveArrayTools = "2.33"
Reexport = "1"
RuntimeGeneratedFunctions = "0.5"
SciMLOperators = "0.1.18, 0.2"
SciMLOperators = "0.1.18, 0.2, 0.3"
StaticArrays = "1"
StaticArraysCore = "1"
SymbolicIndexingInterface = "0.2"
Expand Down

1 comment on commit 68f2017

@vpuri3
Copy link
Member

@vpuri3 vpuri3 commented on 68f2017 Jun 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ChrisRackauckas can you bump and register SciMLBase?

Please sign in to comment.