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

ENH: update package version #453

Merged
Merged
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
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