Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bot-automerge] r-mlr3tuning v1.1.0 #30

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.0.2" %}
{% set version = "1.1.0" %}
{% set posix = 'm2-' if win else '' %}

package:
Expand All @@ -9,7 +9,7 @@ source:
url:
- {{ cran_mirror }}/src/contrib/mlr3tuning_{{ version }}.tar.gz
- {{ cran_mirror }}/src/contrib/Archive/mlr3tuning/mlr3tuning_{{ version }}.tar.gz
sha256: ed07f98311d894275cf7f2effddf047ed342d247a78e18b16670541945fe09dc
sha256: c1da5e523e149ac4c51c0562b9a4b98ca0454e599296f9fddd8d24604d71e9e3

build:
number: 0
Expand Down
Loading