Skip to content

Commit

Permalink
Initial feedstock commit with conda-smithy 3.30.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
conda-forge-admin committed Jan 2, 2024
0 parents commit b03bc6c
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
54 changes: 54 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{% set name = "aggregate" %}
{% set version = "0.14.2" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/aggregate-{{ version }}.tar.gz
sha256: e0756fa328cd5acbc11a6227fff5a95a5c73f262fa3e05042591b2d0d3b469f3

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

requirements:
host:
- python >=3.10
- setuptools >=61
- wheel
- pip
run:
- python >=3.10
- ipython
- cycler
- ipykernel
- jinja2
- matplotlib-base >=3.5
- numpy
- pandas
- psutil
- scipy
- sly
- titlecase

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

about:
summary: "Tools for creating and working with aggregate probability distributions."
home: https://github.com/mynl/aggregate
license: BSD-3-Clause
license_file: LICENSE
doc_url: https://aggregate.readthedocs.io/en/latest/

extra:
recipe-maintainers:
- mynl

0 comments on commit b03bc6c

Please sign in to comment.