Skip to content

Commit

Permalink
[bot-automerge] dvc v3.22.1 (#390)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Sep 24, 2023
2 parents 418d488 + e318402 commit 3b4010e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
9 changes: 4 additions & 5 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 .scripts/logging_utils.sh

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

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "dvc" %}
{% set version = "3.22.0" %}
{% set version = "3.22.1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 870748efdf810836bbe4d4f525954a43768ce844802031348d8ab06d4b18baf0
sha256: f90428bcce0068f58ba884d9da1520210aae13a979d74bf55eba9f6cc1c498e7
patches:
- build.patch

Expand All @@ -29,7 +29,7 @@ requirements:
- configobj >=5.0.6
- distro >=1.3
- dpath <3,>=2.1.0
- dvc-data >=2.16.0,<2.17.0
- dvc-data >=2.16.3,<2.17.0
- dvc-http >=2.29.0
- dvc-render >=0.3.1,<1
- dvc-studio-client >=0.9.2,<1
Expand Down

0 comments on commit 3b4010e

Please sign in to comment.