Skip to content

Commit

Permalink
ENH: update package version (#453)
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 Aug 19, 2024
2 parents f585282 + ba03c44 commit d0202dd
Showing 1 changed file with 3 additions and 3 deletions.
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.53.2" %}
{% set version = "3.54.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 072949376948338454a7e93df7a039b8a68ab8efbc2b94108008ccdf45c19172
sha256: ea671fdd6ce584ba8a435d96a272bebc8400a926da6e136244437386b4578f18
patches:
- build.patch

Expand All @@ -33,7 +33,7 @@ requirements:
- distro >=1.3
- dpath <3,>=2.1.0
- dulwich
- dvc-data >=3.15,<3.16
- dvc-data >=3.16.2,<3.17
- dvc-http >=2.29.0
- dvc-objects
- dvc-render >=1.0.1,<2
Expand Down

0 comments on commit d0202dd

Please sign in to comment.