Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
add Arpack to Project
Browse files Browse the repository at this point in the history
  • Loading branch information
arnavs committed Sep 30, 2019
1 parent d568040 commit 9f85122
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions source/rst/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -366,10 +366,10 @@ uuid = "5b8099bc-c8ec-5219-889f-1d9e522a28bf"
version = "0.1.0"

[[DoubleFloats]]
deps = ["GenericSVD", "GenericSchur", "LinearAlgebra", "Polynomials", "Quadmath", "Random", "Requires"]
git-tree-sha1 = "86c04127c22739e8a3b47e6c71faa49b381c2178"
deps = ["GenericSVD", "GenericSchur", "LinearAlgebra", "Polynomials", "Printf", "Quadmath", "Random", "Requires"]
git-tree-sha1 = "16ff9dc8d84feb67faeaba42c21ad261578bcbbf"
uuid = "497a8b3b-efae-58df-a0af-a86822472b78"
version = "0.9.10"
version = "0.9.11"

[[DualNumbers]]
deps = ["Calculus", "LinearAlgebra", "NaNMath", "SpecialFunctions", "Test"]
Expand Down Expand Up @@ -1157,9 +1157,9 @@ version = "0.3.1"

[[SimpleTraits]]
deps = ["InteractiveUtils", "MacroTools"]
git-tree-sha1 = "05bbf4484b975782e5e54bb0750f21f7f2f66171"
git-tree-sha1 = "2bdf3b6300a9d66fe29ee8bb51ba100c4df9ecbc"
uuid = "699a6c99-e7fa-54fc-8d76-47d257e15c1d"
version = "0.9.0"
version = "0.9.1"

[[Snappy]]
deps = ["BinaryProvider", "Libdl", "Random", "Test"]
Expand Down Expand Up @@ -1290,9 +1290,9 @@ version = "0.6.0"

[[TimeZones]]
deps = ["Dates", "EzXML", "Mocking", "Printf", "Serialization", "Unicode"]
git-tree-sha1 = "2769a7ceffe237e651ed960a331a19258c8cf208"
git-tree-sha1 = "4d2d681e1dd715fdaa47d31a7208cead357bb357"
uuid = "f269a46b-ccf7-5d73-abea-4c690281aa53"
version = "0.10.0"
version = "0.10.2"

[[TimerOutputs]]
deps = ["Crayons", "Printf", "Test", "Unicode"]
Expand Down
1 change: 1 addition & 0 deletions source/rst/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.3.0"

[deps]
ApproxFun = "28f2ccd6-bb30-5033-b560-165f7b14dc2f"
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
BlackBoxOptim = "a134a8b2-14d6-55f6-9291-3336d3ab0209"
Expand Down

0 comments on commit 9f85122

Please sign in to comment.