Skip to content

Commit

Permalink
Merge pull request #611 from asinghvi17/as/makie_ext
Browse files Browse the repository at this point in the history
[WIP] Add a very basic Makie extension
  • Loading branch information
ChrisRackauckas authored Feb 6, 2024
2 parents 0f258c8 + 57890b3 commit aaa8718
Show file tree
Hide file tree
Showing 3 changed files with 411 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ TruncatedStacktraces = "781d530d-4396-4725-bb49-402e4bee1e77"
[weakdeps]
ChainRules = "082447d4-558c-5d27-93f4-14fc19e9eca2"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
PartialFunctions = "570af359-4316-4cb7-8c74-252c00c2016b"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
Expand All @@ -42,6 +43,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[extensions]
SciMLBaseChainRulesCoreExt = "ChainRulesCore"
SciMLBaseMakieExt = "Makie"
SciMLBasePartialFunctionsExt = "PartialFunctions"
SciMLBasePyCallExt = "PyCall"
SciMLBasePythonCallExt = "PythonCall"
Expand All @@ -64,6 +66,7 @@ FunctionWrappersWrappers = "0.1.3"
IteratorInterfaceExtensions = "^1"
LinearAlgebra = "1.9"
Logging = "1.9"
Makie = "0.20"
Markdown = "1.9"
ModelingToolkit = "8.74"
PartialFunctions = "1.1"
Expand Down
Loading

0 comments on commit aaa8718

Please sign in to comment.