File tree Expand file tree Collapse file tree 1 file changed +57
-0
lines changed Expand file tree Collapse file tree 1 file changed +57
-0
lines changed Original file line number Diff line number Diff line change 1+ {% set name = "skala" %}
2+ {% set version = "1.0.0" %}
3+
4+ package :
5+ name : {{ name|lower }}
6+ version : {{ version }}
7+
8+ source :
9+ url : https://github.com/microsoft/skala/archive/v{{ version }}.tar.gz
10+ sha256 : 1b66153b732c7cb4205ccab7274bad4b367cd3c4f783ac4214bfb7f356a3449e
11+
12+ build :
13+ noarch : python
14+ script : {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
15+ number : 0
16+
17+ requirements :
18+ host :
19+ - pip
20+ - python {{ python_min }}
21+ - setuptools
22+ run :
23+ - ase
24+ - azure-core
25+ - azure-identity
26+ - dftd3-python
27+ - e3nn
28+ - huggingface_hub
29+ - numpy
30+ - opt_einsum_fx
31+ - pyscf <2.10.0
32+ - python >={{ python_min }}
33+ - pytorch
34+ - qcelemental
35+
36+ test :
37+ imports :
38+ - microsoft_skala
39+ commands :
40+ - pip check
41+ requires :
42+ - pip
43+ - python {{ python_min }}
44+
45+ about :
46+ home : https://www.microsoft.com/en-us/research/project/dft/
47+ dev_url : https://github.com/microsoft/skala
48+ doc_url : https://microsoft.github.io/skala
49+ summary : Skala Exchange Correlation Functional
50+ license : MIT
51+ license_file :
52+ - NOTICE.md
53+ - LICENSE.txt
54+
55+ extra :
56+ recipe-maintainers :
57+ - awvwgk
You can’t perform that action at this time.
0 commit comments