Skip to content

Commit

Permalink
bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenvd committed Sep 25, 2021
1 parent 808d3c3 commit b1db3ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
TensorKit = "07d1fe3e-3e46-537d-9eac-e9e13d0d4cec"
TensorKitManifolds = "11fa318c-39cb-4a83-b1ed-cdc7ba1e3684"
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"

[compat]
FastClosures = "0.3"
KrylovKit = "0.4 - 0.5.2"
OptimKit = "0.3.1"
Parameters = "0.12.1"
RecipesBase = "1.1"
TensorKit = "0.10"
TensorKitManifolds = "0.5,0.6"
julia = "1.4 - 1.7"
2 changes: 0 additions & 2 deletions src/MPSKit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ module MPSKit
using Base.Iterators, Base.Threads
using RecipesBase

import TensorOperations as TO;

using LinearAlgebra:diag,Diagonal;
import LinearAlgebra

Expand Down

2 comments on commit b1db3ef

@maartenvd
Copy link
Collaborator 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 updated: JuliaRegistries/General/45517

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.6.0 -m "<description of version>" b1db3ef6febc7384d8fd6403424ae089bcf4ddb1
git push origin v0.6.0

Please sign in to comment.