Skip to content

Commit

Permalink
[NDTensors] Add compat entries for LinearAlgebra, Random
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Nov 2, 2023
1 parent e1c493d commit eab75fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NDTensors/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ Folds = "0.2.8"
Functors = "0.2, 0.3, 0.4"
HDF5 = "0.14, 0.15, 0.16, 0.17"
InlineStrings = "1"
LinearAlgebra = "1.6"
Requires = "1.1"
Random = "1.6"
SimpleTraits = "0.9.4"
SplitApplyCombine = "1.2.2"
StaticArrays = "0.12, 1.0"
Expand Down

2 comments on commit eab75fe

@mtfishman
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register subdir=NDTensors

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/94620

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a NDTensors-v0.2.16 -m "<description of version>" eab75fe01ded1b956aec485440b5eaf03a5b75b7
git push origin NDTensors-v0.2.16

Please sign in to comment.