forked from pytorch/captum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
41 lines (35 loc) · 1.06 KB
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{% set data = load_setup_py_data(setup_file="../setup.py", from_recipe_dir=True) %}
package:
name: {{ data.get("name")|lower }}
version: {{ data.get("version") }}
source:
path: ..
build:
noarch: python
script: "$PYTHON setup.py install --single-version-externally-managed --record=record.txt"
requirements:
host:
- python>=3.9
- setuptools
run:
- numpy<2.0
- pytorch>=1.10
- matplotlib-base
- tqdm
- packaging
test:
imports:
- captum
about:
home: https://captum.ai
license: BSD-3
license_file: LICENSE
summary: Model interpretability for PyTorch
description: |
Captum is a model interpretability and understanding library for PyTorch.
Captum means comprehension in Latin and contains general purpose implementations
of integrated gradients, saliency maps, smoothgrad, vargrad and others for
PyTorch models. It has quick integration for models built with domain-specific
libraries such as torchvision, torchtext, and others.
doc_url: https://captum.ai
dev_url: https://github.com/pytorch/captum