Skip to content

Commit

Permalink
Fix Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHnt committed Nov 13, 2024
1 parent 082dff6 commit f07ad99
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,19 @@ RoundingEmulator = "5eaf0fd0-dfba-4ccb-bf02-d820a40db705"
DiffRules = "b552c78f-8df3-52c6-915a-8e097449b14b"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
<<<<<<< HEAD
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
=======
>>>>>>> JuliaIntervals/master

[extensions]
IntervalArithmeticDiffRulesExt = "DiffRules"
IntervalArithmeticForwardDiffExt = "ForwardDiff"
IntervalArithmeticIntervalSetsExt = "IntervalSets"
<<<<<<< HEAD
IntervalArithmeticLinearAlgebraExt = "LinearAlgebra"
IntervalArithmeticRecipesBaseExt = "RecipesBase"
=======
>>>>>>> JuliaIntervals/master

[compat]
CRlibm_jll = "1"
DiffRules = "1"
ForwardDiff = "0.10"
IntervalSets = "0.7"
LinearAlgebra = "<0.0.1, 1"
MacroTools = "0.5"
RecipesBase = "1"
RoundingEmulator = "0.2"
Expand Down

0 comments on commit f07ad99

Please sign in to comment.