Skip to content

Commit

Permalink
realistic compat entries
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenvd committed Oct 6, 2020
1 parent 0429157 commit 594ef52
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ TensorKit = "07d1fe3e-3e46-537d-9eac-e9e13d0d4cec"
TensorKitManifolds = "11fa318c-39cb-4a83-b1ed-cdc7ba1e3684"

[compat]
KrylovKit = "0.4 - 1"
OptimKit = "0.1 - 1"
Parameters = "0.12 - 1"
TensorKit = "0.7 - 1"
TensorKitManifolds = "0.3 - 1"
julia = "1.4"
KrylovKit = "0.4 - 0.5.2"
OptimKit = "0.3.1"
Parameters = "0.12.1"
TensorKit = "0.7.0"
TensorKitManifolds = "0.5.0"
julia = "1.5"
8 changes: 4 additions & 4 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestExtras = "5ed8adda-3752-4e41-b88a-e8b09835ee3a"

[compat]
MPSKitModels = "0.1 - 1"
OptimKit = "0.1 - 1"
TensorKit = "0.7 - 1"
TestExtras = "0.1 - 1"
MPSKitModels = "0.1"
OptimKit = "0.3.1"
TensorKit = "0.7.0"
TestExtras = "0.1"

2 comments on commit 594ef52

@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/22319

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.1 -m "<description of version>" 594ef5228f5cb436212d642130e82898b5645f2f
git push origin v0.3.1

Please sign in to comment.