Skip to content

Commit

Permalink
Allow SpecialFunctions v1.8
Browse files Browse the repository at this point in the history
This allows naughty packages to still be used with us.
  • Loading branch information
ChrisRackauckas authored Nov 16, 2024
1 parent bb431d4 commit cc210c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Symbolics"
uuid = "0c5d862f-8b57-4792-8d23-62f2024744c7"
authors = ["Shashi Gowda <[email protected]>"]
version = "6.20.0"
version = "6.21.0"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down Expand Up @@ -87,7 +87,7 @@ Reexport = "1"
RuntimeGeneratedFunctions = "0.5.9"
SciMLBase = "2"
Setfield = "1"
SpecialFunctions = "2"
SpecialFunctions = "1.8, 2"
StaticArraysCore = "1.4"
SymPy = "2.2"
SymbolicIndexingInterface = "0.3.14"
Expand Down

0 comments on commit cc210c0

Please sign in to comment.