Skip to content

Commit

Permalink
added compat for Requires
Browse files Browse the repository at this point in the history
  • Loading branch information
GTorlai committed Mar 28, 2022
1 parent c2ac1d2 commit 8ad832a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ ITensors = "0.3"
JLD2 = "0.4.14"
Observers = "0.0"
Optimisers = "0.1.0"
Requires = "1.0"
StatsBase = "0.33"
julia = "1.6"

2 comments on commit 8ad832a

@GTorlai
Copy link
Owner 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/57512

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.0.20 -m "<description of version>" 8ad832a997425060ee22fce234d76d841284f4eb
git push origin v0.0.20

Please sign in to comment.