Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsignorelli committed May 16, 2024
1 parent 03dc11b commit 5acafab
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,18 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"

[compat]
GTPSA_jll = "1.3.1"
GTPSA_jll = "1.3.2"
PrettyTables = "2"
SpecialFunctions = "2.3.1"
julia = "1.9"

[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
TaylorSeries = "6aa5eb33-94cf-58f4-a9d0-e4b2c4fc25ea"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "Downloads", "ForwardDiff", "TaylorSeries", "BenchmarkTools", "SpecialFunctions", "JET", "DiffResults", "MuladdMacro"]
test = ["Test", "Downloads", "ForwardDiff", "BenchmarkTools", "SpecialFunctions", "JET"]

0 comments on commit 5acafab

Please sign in to comment.