Skip to content

Commit

Permalink
Merge pull request #123 from IBM/clean_up
Browse files Browse the repository at this point in the history
remove precompile tools
  • Loading branch information
ppalmes authored Apr 10, 2024
2 parents 542e8d4 + 7b6b632 commit c35339a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "AutoMLPipeline"
uuid = "08437348-eef5-4817-bc1b-d4e9459680d6"
authors = ["Paulito Palmes <[email protected]>"]
version = "0.4.2"
version = "0.4.4"

[deps]
AMLPipelineBase = "e3c3008a-8869-4d53-9f34-c96f99c8a2b6"
Expand All @@ -14,7 +14,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
AMLPipelineBase = "0.1"
CondaPkg = "0.2"
DataFrames = "0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 1.0, 2.0"
DataFrames = "0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 1"
PythonCall = "0.9"
julia = "1"

Expand Down

2 comments on commit c35339a

@ppalmes
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 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/104639

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

Please sign in to comment.