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

adding repytah package #22059

Merged
merged 7 commits into from
Mar 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions recipes/repytah/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{% set name = "repytah" %}
{% set version = "0.1.0" %}

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

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

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

requirements:
host:
- python >=3.7,<4.0
- setuptools >=61.0
- pip
run:
- python >=3.7,<4.0
- numpy >=1.21.6
- scipy >=1.7.3
- pandas >=1.3.5
- matplotlib-base >=3.3.4
- opencv >=4.5.0
- setuptools >=61.2.0

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

about:
home: https://github.com/smith-tinkerlab/repytah
summary: Python package for building Aligned Hierarchies for sequential data streams
dev_url: https://github.com/smith-tinkerlab/repytah
doc_url: https://repytah.readthedocs.io/
license: ISC
license_file: LICENSE.md

extra:
recipe-maintainers:
- kmkinnaird
1 change: 1 addition & 0 deletions recipes/repytah/yum_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mesa-libGL-devel