Skip to content

Commit

Permalink
[ITensors] Add compat entries for standard libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Nov 2, 2023
1 parent eab75fe commit 4252d7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,13 @@ Functors = "0.2, 0.3, 0.4"
HDF5 = "0.14, 0.15, 0.16, 0.17"
IsApprox = "0.1"
KrylovKit = "0.4.2, 0.5, 0.6"
LinearAlgebra = "1.6"
LinearMaps = "3"
NDTensors = "0.2.16"
PackageCompiler = "1.0.0, 2"
Pkg = "1.6"
Printf = "1.6"
Random = "1.6"
Requires = "1.1"
SerializedElementArrays = "0.1"
SimpleTraits = "0.9.4"
Expand Down

2 comments on commit 4252d7d

@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
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 created: JuliaRegistries/General/94629

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 v0.3.49 -m "<description of version>" 4252d7de22be149065f59cf08f7ce074362ab616
git push origin v0.3.49

Please sign in to comment.