We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594df01 commit 3fbeedcCopy full SHA for 3fbeedc
recipe/meta.yaml
@@ -1,13 +1,13 @@
1
{% set name = "pet-mad" %}
2
-{% set version = "1.0" %}
+{% set version = "1.1.0rc4" %}
3
4
package:
5
name: {{ name|lower }}
6
version: {{ version }}
7
8
source:
9
- git_url: https://github.com/lab-cosmo/pet-mad.git
10
-
+ url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/pet_mad-{{ version }}.tar.gz
+ sha256: 84d5d0b09ebb9c4c382e61b70617db1bc863b00cb8864d50db347817265bd08c
11
12
build:
13
noarch: python
@@ -23,13 +23,7 @@ requirements:
23
- pip
24
run:
25
- python >={{ python_min }}
26
- - metatrain
27
- - pet-neighbors-convert
28
- - pytorch_geometric
29
- - matscipy
30
- - scikit-learn
31
- - pathos
32
- - scipy
+ - metatrain==2025.6
33
- huggingface_hub
34
35
test:
0 commit comments