Skip to content

Commit

Permalink
update project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
GiggleLiu committed Aug 4, 2024
1 parent e3cf8a0 commit 111a149
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OMEinsum"
uuid = "ebe7aa44-baf0-506c-a96f-8464559b3922"
authors = ["Andreas Peter <andreas.peter.ch@gmail.com>"]
version = "0.8.2"
version = "0.8.3"

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Expand Down Expand Up @@ -30,7 +30,7 @@ CUDA = "4, 5"
ChainRulesCore = "1"
Combinatorics = "1.0"
MacroTools = "0.5"
OMEinsumContractionOrders = "0.8"
OMEinsumContractionOrders = "0.8, 0.9"
TupleTools = "1.2, 1.3"
julia = "1"

Expand All @@ -48,18 +48,4 @@ TropicalNumbers = "b3a74e9c-7526-4576-a4eb-79c0d4c32334"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[targets]
test = [
"Test",
"Documenter",
"LinearAlgebra",
"ProgressMeter",
"SymEngine",
"Random",
"Zygote",
"DoubleFloats",
"TropicalNumbers",
"ForwardDiff",
"Polynomials",
"CUDA",
"AMDGPU",
]
test = ["Test", "Documenter", "LinearAlgebra", "ProgressMeter", "SymEngine", "Random", "Zygote", "DoubleFloats", "TropicalNumbers", "ForwardDiff", "Polynomials"]

0 comments on commit 111a149

Please sign in to comment.