Skip to content

Commit

Permalink
Merge pull request conda-forge#24909 from jdtuck/pyopenbt
Browse files Browse the repository at this point in the history
add pyopenbt
  • Loading branch information
mwcraig authored Jan 3, 2024
2 parents e36904a + 056cb62 commit d3d851c
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions recipes/pyopenbt/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{% set name = "pyopenbt" %}
{% set version = "0.0.8" %}

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

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

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

requirements:
host:
- python >=3.7
- pip
run:
- python >=3.7
- numpy
- scipy
- pandas
- scikit-learn
- matplotlib-base
- joblib

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

about:
home: https://github.com/cavan33/openbt_py
summary: python interface to openbt
license: GPL-2.0-or-later
license_file: LICENSE
description: |
This Python package is the Python interface for Dr. Matthew Pratola's
OpenBT project (https://bitbucket.org/mpratola/openbt/wiki/Home).
extra:
recipe-maintainers:
- jdtuck

0 comments on commit d3d851c

Please sign in to comment.