Skip to content

Commit

Permalink
restrict TensorOperations version
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Jan 1, 2024
1 parent 6fb9d67 commit 3413026
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,20 @@ TupleTools = "9d95972d-f1c8-5527-a6e0-b4b365fa01f6"
VectorInterface = "409d34a3-91d5-4945-b6ec-7529ddf182d8"
WignerSymbols = "9f57e263-0b3d-5e2e-b1be-24f2bb48858b"

[weakdeps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"

[extensions]
TensorKitChainRulesCoreExt = "ChainRulesCore"

[compat]
HalfIntegers = "1"
LRUCache = "1.0.2"
PackageExtensionCompat = "1"
Strided = "2"
TensorOperations = "4.0.6"
TensorOperations = "4.0.6 - 4.0.7"
TupleTools = "1.1"
VectorInterface = "0.4"
WignerSymbols = "1,2"
julia = "1.6"

[extensions]
TensorKitChainRulesCoreExt = "ChainRulesCore"

[extras]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
ChainRulesTestUtils = "cdddcdb0-9152-4a09-a978-84456f9df70a"
Expand All @@ -46,3 +43,6 @@ WignerSymbols = "9f57e263-0b3d-5e2e-b1be-24f2bb48858b"

[targets]
test = ["Combinatorics", "HalfIntegers", "LinearAlgebra", "Random", "TensorOperations", "Test", "TestExtras", "WignerSymbols", "ChainRulesCore", "ChainRulesTestUtils", "FiniteDifferences"]

[weakdeps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"

0 comments on commit 3413026

Please sign in to comment.