Skip to content

Commit 5c33649

Browse files
committed
Add compat entries
1 parent 428cd7a commit 5c33649

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

Project.toml

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ authors = ["Herman Sletmoen"]
44
version = "0.1.0"
55

66
[deps]
7-
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
87
Bessels = "0e736298-9ec6-45e8-9647-e4fc86a2fe38"
98
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
109
DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0"
11-
DoubleExponentialFormulas = "eb426421-6452-4132-80ef-4b100a757ac5"
1210
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
1311
GraphRecipes = "bd48cda9-67a9-57be-86fa-5b3c104eda73"
1412
MatterPower = "743831d1-0e6a-4e86-a0c4-1a098a68aca3"
@@ -31,12 +29,27 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
3129
UnitfulAstro = "6112ee07-acf9-5e0f-b108-d242c714bf9f"
3230

3331
[compat]
34-
DoubleExponentialFormulas = "0.1.0"
32+
Bessels = "0.2.8"
33+
CommonSolve = "0.2.4"
34+
DataInterpolations = "7.0.1"
35+
ForwardDiff = "0.10.38"
36+
GraphRecipes = "0.5.13"
3537
MatterPower = "0.5.0"
38+
ModelingToolkit = "9.61.0"
39+
NonlinearSolve = "4.3"
40+
NumericalIntegration = "0.3.3"
3641
OhMyThreads = "0.7.0"
3742
OrdinaryDiffEq = "6.90.1"
38-
Roots = "2.2.2"
43+
PeriodicTable = "1.2.1"
44+
PhysicalConstants = "0.2.4"
45+
QuadGK = "2.11.1"
46+
RecipesBase = "1.3.4"
47+
Roots = "2.2.4"
3948
SciMLBase = "2.71.4"
4049
Setfield = "1.1.1"
41-
Symbolics = "6.19.0"
50+
SpecialFunctions = "2.5.0"
51+
Symbolics = "6.24.0"
4252
TwoFAST = "0.1.5"
53+
Unitful = "1.22.0"
54+
UnitfulAstro = "1.2.1"
55+
julia = "1.11"

0 commit comments

Comments
 (0)