Skip to content

Commit

Permalink
[NDTensors] [ITensors] Add compat entries for weakdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed May 27, 2024
1 parent 4c70aff commit c330193
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions NDTensors/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,14 @@ NDTensorsTBLISExt = "TBLIS"
NDTensorscuTENSORExt = "cuTENSOR"

[compat]
AMDGPU = "0.9"
Accessors = "0.1.33"
Adapt = "3.7, 4"
ArrayLayouts = "1.4"
BlockArrays = "0.16"
CUDA = "5"
Compat = "4.9"
cuTENSOR = "2"
Dictionaries = "0.4"
EllipsisNotation = "1.8"
FillArrays = "1"
Expand All @@ -68,6 +71,8 @@ InlineStrings = "1"
LinearAlgebra = "1.6"
MacroTools = "0.5"
MappedArrays = "0.4"
Metal = "1"
Octavian = "0.3"
PackageExtensionCompat = "1"
Random = "1.6"
SimpleTraits = "0.9.4"
Expand All @@ -76,10 +81,17 @@ SplitApplyCombine = "1.2.2"
StaticArrays = "0.12, 1.0"
Strided = "2"
StridedViews = "0.2.2"
TBLIS = "0.2"
TimerOutputs = "0.5.5"
TupleTools = "1.2.0"
VectorInterface = "0.4.2"
julia = "1.6"

[extras]
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
Metal = "dde4c033-4e86-420c-a63e-0dd931031962"
Octavian = "6fd5a793-0b7e-452c-907f-f8bfe9c57db4"
TBLIS = "48530278-0828-4a49-9772-0f3830dfa1e9"
cuTENSOR = "011b41b2-24ef-40a8-b3eb-fa098493e9e1"
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ KrylovKit = "0.4.2, 0.5, 0.6, 0.7"
LinearAlgebra = "1.6"
LinearMaps = "3"
NDTensors = "0.3.0"
Observers = "0.2"
PackageCompiler = "1, 2"
PackageExtensionCompat = "1"
Pkg = "1.6"
Expand Down

0 comments on commit c330193

Please sign in to comment.