Skip to content

Commit

Permalink
Add stdlib compat to Project.toml (#2310)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Oct 19, 2023
1 parent de74887 commit eb742b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,16 @@ DataStructures = "0.18"
ForwardDiff = "0.5, 0.6, 0.7, 0.8, 0.9, 0.10"
JSON = "~0.21"
JSONSchema = "1"
LinearAlgebra = "1.6"
MutableArithmetics = "1"
NaNMath = "0.3, 1"
OrderedCollections = "1"
PrecompileTools = "1"
Printf = "1.6"
SparseArrays = "1.6"
SpecialFunctions = "0.8, 1, 2"
Test = "1.6"
Unicode = "1.6"
julia = "1.6"

[extras]
Expand Down

0 comments on commit eb742b1

Please sign in to comment.