Skip to content

Commit

Permalink
Updated conda_build
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMusgrave committed Nov 1, 2022
1 parent d3feece commit 345cb2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda_build/pytorch-metric-learning/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "pytorch-metric-learning" %}
{% set version = "1.6.2" %}
{% set version = "1.6.3" %}

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

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: d8e74f3cf77aaa853f93adee0b5cbdeab35af28c02cf2996f10f5300c7c57078
sha256: 1c5099934152e0637c7302eceba4f39ff23919a40a8e0a776a16036d40c26c3b

build:
number: 0
Expand Down

0 comments on commit 345cb2b

Please sign in to comment.