Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meta.yaml file #757

Open
wants to merge 1 commit into
base: 0.4.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
36 changes: 36 additions & 0 deletions python/condaRecipe/meta.yaml
@@ -0,0 +1,36 @@
# conda.recipe/meta.yaml
package:
name: zingg
version: 0.4.0

source:
# git_url: https://github.com/zinggAI/zingg.git
git_url: https://github.com/gnanaprakash-ravi/zingg.git
git_tag: 0.4.0
script: python setup.py sdist

build:
number: 0
script: python -m pip install . --no-deps --ignore-installed $PREFIX

requirements:
build:
- python==3.8
run:
- python==3.8
- py4j==0.10.9
- pandas
- seaborn
- matplotlib
- sphinx
- sphinx-rtd-theme
- pyspark

test:
imports:
- zingg

about:
home: https://github.com/zinggAI/zingg
license: GNU Affero General Public License v3
summary: Zingg Entity Resolution, Data Mastering, and Deduplication