Skip to content

Commit 3fbeedc

Browse files
committed
Version update to PET-MAD v1.1.0rc4
1 parent 594df01 commit 3fbeedc

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

recipe/meta.yaml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{% set name = "pet-mad" %}
2-
{% set version = "1.0" %}
2+
{% set version = "1.1.0rc4" %}
33

44
package:
55
name: {{ name|lower }}
66
version: {{ version }}
77

88
source:
9-
git_url: https://github.com/lab-cosmo/pet-mad.git
10-
9+
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/pet_mad-{{ version }}.tar.gz
10+
sha256: 84d5d0b09ebb9c4c382e61b70617db1bc863b00cb8864d50db347817265bd08c
1111

1212
build:
1313
noarch: python
@@ -23,13 +23,7 @@ requirements:
2323
- pip
2424
run:
2525
- python >={{ python_min }}
26-
- metatrain
27-
- pet-neighbors-convert
28-
- pytorch_geometric
29-
- matscipy
30-
- scikit-learn
31-
- pathos
32-
- scipy
26+
- metatrain==2025.6
3327
- huggingface_hub
3428

3529
test:

0 commit comments

Comments
 (0)