forked from smartpimai/keytotext
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
49 lines (41 loc) · 857 Bytes
/
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
42
43
44
45
46
47
48
49
{% set name = "keytotext" %}
{% set version = "1.3.6" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/keytotext-{{ version }}.tar.gz
sha256: 68ee4063831d56180a59b70bde5a6565326d1bc24d55eb2c4247f6bcffe37fcc
build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . -vv
requirements:
host:
- pip
- python >=3.7
run:
- python >=3.7
- pytorch-lightning
- sentencepiece
- scikit-learn
- pytorch
- transformers
- wandb
- flit
- flit_core
test:
imports:
- keytotext
commands:
- pip check
requires:
- pip
about:
home: https://github.com/gagan3012/keytotext
summary: Text Generation Using Keywords
license: MIT
license_file: LICENSE
extra:
recipe-maintainers:
- gagan3012