Skip to content

Commit

Permalink
dependency clenaup
Browse files Browse the repository at this point in the history
  • Loading branch information
lpawela committed Dec 22, 2020
1 parent 8dd0224 commit 8433b7a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
19 changes: 12 additions & 7 deletions Project.toml
Expand Up @@ -7,17 +7,11 @@ version = "0.0.1"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
GraphPlot = "a2cc645c-3eea-5389-862e-a155d0052231"
Infiltrator = "5903a43b-9cc3-4c30-8d17-598619ec4e9b"
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
LowRankApprox = "898213cb-b102-5a47-900c-97e73b919f73"
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TensorCast = "02d47bb6-7ce6-556a-be16-bb1710789e2b"
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"

Expand All @@ -26,8 +20,19 @@ TensorOperations = "3.0.1"
julia = "1.4, 1.5"

[extras]
GraphPlot = "a2cc645c-3eea-5389-862e-a155d0052231"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
NPZ = "15e1cf62-19b3-5cfa-8e77-841668bca605"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "NPZ"]
test = [
"GraphPlot",
"Logging",
"NPZ",
"Random",
"Statistics",
"Test"
]
1 change: 0 additions & 1 deletion src/SpinGlassPEPS.jl
Expand Up @@ -6,7 +6,6 @@ module SpinGlassPEPS
using LightGraphs
using MetaGraphs
using CSV
using Infiltrator

using DocStringExtensions
const product = Iterators.product
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Expand Up @@ -37,7 +37,7 @@ push!(my_tests,
"ising.jl",
"spectrum.jl",
"graph.jl",
"PEPS.jl",
"PEPS.jl",
"notation_tests.jl",
"peps_tests.jl",
"mps_tests.jl",
Expand Down

0 comments on commit 8433b7a

Please sign in to comment.