Skip to content

Commit

Permalink
ci: file to upload package to conda
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucs1590 committed Apr 19, 2024
1 parent b7d3a30 commit ad41a8a
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,27 @@
package:
name: nkocr
version: "2.3.0"
version: "{{ GIT_DESCRIBE_TAG }}"

source:
git_url: https://github.com/Lucs1590/Nkocr

build:
number: 0
noarch: python
script: "{{ PYTHON }} setup.py install --single-version-externally-managed --record=record.txt"

requirements:
host:
- python>=3.6
build:
- python>=3.6
- tesseract
- pytesseract
- requests
- wheel
- pillow
- numpy
- scikit-learn
run:
- python>=3.6
- tesseract
- pytesseract
- requests
Expand All @@ -22,11 +30,15 @@ requirements:
- numpy
- scikit-learn

test:
imports:
- nkocr

about:
home: https://github.com/Lucs1590/Nkocr
license: Apache License 2.0
license: Apache-2.0
license_file: LICENSE
summary: "This is a module to make specifics OCRs at food products and nutricional tables."
summary: This module performs specific OCRs for food products and nutritional tables.

extra:
recipe-maintainers:
Expand Down

0 comments on commit ad41a8a

Please sign in to comment.