Skip to content

Commit

Permalink
torchmetrics v1.3.0 (#40)
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 Mar 5, 2024
2 parents 4f36130 + 35d6b8a commit 255d2b9
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 13 deletions.
25 changes: 23 additions & 2 deletions .gitignore

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

6 changes: 0 additions & 6 deletions .scripts/build_steps.sh

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

6 changes: 6 additions & 0 deletions .scripts/run_docker_build.sh

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

10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "torchmetrics" %}
{% set version = "1.2.1" %}
{% set version = "1.3.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 217387738f84939c39b534b20d4983e737cc448d27aaa5340e0327948d97ca3e
sha256: e8ac3adcc61e7a847d0504b0a0e0a3b7f57796178b239c6fafb5d20c0c9460ac

build:
noarch: python
Expand All @@ -17,13 +17,13 @@ build:
requirements:
host:
- pip
- python >=3.6
- python >=3.8
run:
- numpy >1.20.0
- packaging >17.1
- setuptools
- python >=3.7
- pytorch >=1.8.1
- python >=3.8
- pytorch >=1.10.0
- lightning-utilities >=0.8.0

test:
Expand Down

0 comments on commit 255d2b9

Please sign in to comment.