Skip to content

Commit

Permalink
Merge pull request #162 from baggepinnen/rm_explicit
Browse files Browse the repository at this point in the history
rm explicit deps
  • Loading branch information
baggepinnen authored Nov 22, 2024
2 parents 5fab0f2 + fdb0754 commit 1bc4337
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ authors = ["baggepinnen <[email protected]>"]
version = "3.10.0"

[deps]
ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Lazy = "50d2b5c4-7a5e-59d5-8109-a42b560f39c0"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down Expand Up @@ -40,13 +38,13 @@ ControlSystemsBase = "1"
DelimitedFiles = "1"
Distributions = "0.21.10, 0.22, 0.23, 0.24, 0.25"
ForwardDiff = "0.10"
Lazy = "<0.15, 0.15"
Lazy = "0.15"
LinearAlgebra = "1.7"
LoopVectorization = "0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12"
MonteCarloMeasurements = "1"
MaybeInplace = "0.1"
MonteCarloMeasurements = "1"
PDMats = "0.10, 0.11"
Parameters = "<0.13"
Parameters = "0.12"
Plots = "1"
Polyester = "0.6, 0.7"
Printf = "1.7"
Expand Down

0 comments on commit 1bc4337

Please sign in to comment.