Skip to content

Commit

Permalink
⬆️ conda recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRossetti committed Jun 26, 2021
1 parent 3dafb58 commit efe8ca3
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 40 deletions.
122 changes: 83 additions & 39 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,61 +1,105 @@
{% set name = "cdlib" %}
{% set version = "0.2.2b" %}

package:
name: "cdlib"
version: "0.2.2a"
name: "{{ name|lower }}"
version: "{{ version }}"

source:
git_rev: v0.2.2a
git_url: https://github.com/GiulioRossetti/cdlib
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: "8caeb38a03d76b3f5ed669a92b52cf7b81c4dc147276b0afd54afa619ef985cd"

build:
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "

requirements:
channels:
- conda-forge
- giuliorossetti
- defaults
host:
- python
- setuptools
build:
- python
- setuptools
run:
- python>=3.8
- numpy
- angel_cd
- bimlpa
- chinese_whispers
- cython
- demon
- dynetx
- eva_lcd
- future
- infomap
- karateclub
- leidenalg
- markov_clustering
- matplotlib
- scikit-learn
- tqdm
- networkx>=2.4
- demon
- python-louvain
- networkx >=2.4
- nf1
- scipy
- numpy
- pandas
- pip
- pooch
- pulp
- pyclustering
- python
- python-igraph
- python-levenshtein
- python-louvain
- scikit-learn
- scipy
- seaborn
- pandas
- eva_lcd
- karateclub
- thresholdclustering
- tqdm
- wurlitzer
run:
- angel_cd
- bimlpa
- markov_clustering
- chinese_whispers
- python-igraph
- cython
- demon
- dynetx
- eva_lcd
- future
- infomap
- karateclub
- leidenalg
- angel_cd
- markov_clustering
- matplotlib
- networkx >=2.4
- nf1
- numpy
- pandas
- pooch
- dynetx
- python-infomap>
- wurlitzer
- thresholdclustering
- pulp
- pyclustering
- cython
- python-Levenshtein
- graph-tool
- python
- python-igraph
- python-levenshtein
- python-louvain
- scikit-learn
- scipy
- seaborn
- thresholdclustering
- tqdm
- wurlitzer

test:
imports:
- cdlib
- cdlib.algorithms
- cdlib.algorithms.internal
- cdlib.algorithms.internal_dcd
- cdlib.classes
- cdlib.datasets
- cdlib.ensemble
- cdlib.evaluation
- cdlib.evaluation.internal
- cdlib.readwrite
- cdlib.viz

about:
home: https://github.com/GiulioRossetti/cdlib
license: BSD-2-Clause
license_familY: BSD
license_file: LICENSE
home: "https://github.com/GiulioRossetti/cdlib"
license: "BSD"
license_family: "BSD"
license_file: ""
summary: "Community Discovery Library"
doc_url: ""
dev_url: ""

extra:
recipe-maintainers:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


setup(name='cdlib',
version='0.2.2a',
version='0.2.2b',
license='BSD-Clause-2',
description='Community Discovery Library',
url='https://github.com/GiulioRossetti/cdlib',
Expand Down

0 comments on commit efe8ca3

Please sign in to comment.