forked from intel/neural-compressor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
55 lines (55 loc) · 1.44 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{% set version = "1.8" %}
{% set buildnumber = 0 %}
package:
name: neural-compressor
version: {{version}}
build:
script_env:
- NC_WHL
number: {{buildnumber}}
script: pip install --no-deps {{NC_WHL}}
entry_points:
- inc_bench = neural_compressor.ux.inc_bench:main
requirements:
build:
- python
- pip
run:
- python
- pip
- numpy
- pyyaml
- scikit-learn
- schema
- py-cpuinfo
- hyperopt
- pandas
- pycocotools
- opencv
- Flask
- Flask-Cors
- Flask-SocketIO
- gevent
- gevent-websocket
- psutil
- Pillow
- requests
- sigopt
- prettytable
- cryptography
test:
imports:
- neural_compressor
about:
home: https://github.com/intel/neural-compressor
license: Apache 2.0
license_family: Apache
license_file: LICENSE
description: '
<strong>LEGAL NOTICE: Use of this software package is subject to the software license agreement (as set forth above, in the license section of the installed Conda package and/or the README file) and all notices, disclaimers or license terms for third party or open source software included in or with the software.</strong>
<br/><br/>
EULA: <a href="https://github.com/intel/neural-compressor/blob/master/LICENSE" target="_blank">Apache 2.0</a><br/>
Third Party Programs: https://github.com/intel/neural-compressor/blob/master/third-party-programs.txt
<br/><br/>
Intel® Neural Compressor.
'