Skip to content

Commit

Permalink
Add mct-quantizers package
Browse files Browse the repository at this point in the history
  • Loading branch information
Chizkiyahu committed Apr 27, 2024
1 parent 34bc454 commit 223814b
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions recipes/mct_quantizers/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{% set name = "mct_quantizers" %}
{% set version = "1.5.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/sony/mct_quantizers/archive/v{{ version }}.tar.gz
sha256: 59ba50f249419d2015b5fa41eceea9442cef9d4d602d61a6fc2a01366be24bbf

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

requirements:
host:
- python >=3.6
- pip
run:
- python >=3.6
- numpy
- packaging

test:
imports:
- mct_quantizers
commands:
- pip check
requires:
- pip

about:
license: Apache-2.0
license_file: LICENSE.md

extra:
recipe-maintainers:
- Chizkiyahu

0 comments on commit 223814b

Please sign in to comment.