Skip to content

Commit

Permalink
Merge pull request #24 from SpikingNetwork/compathelper/new_version/2…
Browse files Browse the repository at this point in the history
…023-05-02-01-02-31-495-00190393930

CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat)
  • Loading branch information
bjarthur committed May 2, 2023
2 parents 3e37a89 + e9f5ff0 commit 348015e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ JLD2 = "0.4"
NLsolve = "4"
NNlib = "0.7.28, 0.8"
NNlibCUDA = "0.2"
StatsBase = "0.33"
StatsBase = "0.33, 0.34"
SymmetricFormats = "0.1"
UnPack = "1"
Unitful = "1"
Expand Down

3 comments on commit 348015e

@bjarthur
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

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

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.1.0 -m "<description of version>" 348015ebfc0fc3de211d5d5d65f03555d01e539f
git push origin v0.1.0

Please sign in to comment.