Skip to content

Commit

Permalink
Merge pull request #212 from IBM/update_version
Browse files Browse the repository at this point in the history
update deps version
  • Loading branch information
ppalmes committed Apr 5, 2024
2 parents b41b732 + 45fce15 commit dcee357
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
@@ -1,7 +1,7 @@
name = "TSML"
uuid = "198dc43e-9e51-5cd7-9d40-d9794d335912"
authors = ["Paulito Palmes <ppalmes@gmail.com>"]
version = "2.7.7"
version = "2.7.8"

[deps]
AMLPipelineBase = "e3c3008a-8869-4d53-9f34-c96f99c8a2b6"
Expand All @@ -27,14 +27,14 @@ Transducers = "28d57a85-8fef-5791-bfe6-a80928e7c999"
AMLPipelineBase = "0.1"
ArgParse = "0.5, 0.6, 0.7, 1.0, 1.1"
CSV = "0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10"
DataFrames = "0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 1.0, 1.1, 1.2"
DataFrames = "0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 1"
FLoops = "0.1, 0.2"
GR = "0.72, 0.73"
Impute = "0.5, 0.6"
MLDataUtils = "0.2, 0.3, 0.4, 0.5"
MultivariateStats = "0.5, 0.6, 0.7, 0.8, 0.9, 0.10"
Plots = "1.38"
ProgressMeter = "1.0, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7"
Plots = "1"
ProgressMeter = "1"
Statistics = "1"
StatsBase = "0.29, 0.30, 0.31, 0.32, 0.33, 0.34"
Transducers = "0.3, 0.4"
Expand Down

2 comments on commit dcee357

@ppalmes
Copy link
Collaborator Author

@ppalmes ppalmes commented on dcee357 Apr 5, 2024

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

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

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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 v2.7.8 -m "<description of version>" dcee35776e5ce7445543b711585226705b430a47
git push origin v2.7.8

Please sign in to comment.