Skip to content

Commit

Permalink
Merge pull request #3 from WWGolay/main
Browse files Browse the repository at this point in the history
Add conda-forge support. 

Looks great! Thanks a lot @WWGolay !
  • Loading branch information
AstroJacobLi authored Aug 24, 2023
2 parents 7ef5489 + 5e2d07c commit 50460df
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{% set name = "smplotlib" %}
{% set version = "0.0.9" %}

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

source:
git_url: https://github.com/AstroJacobLi/smplotlib.git

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

requirements:
host:
- python >=3.7
- setuptools >=42.0
- wheel
- pip
run:
- python >=3.7
- numpy
- scipy
- matplotlib>=3.3.4

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

about:
home: https://github.com/AstroJacobLi/smplotlib
license: MIT
license_file: LICENSE

extra:
recipe-maintainers:
- AstroJacobLi

0 comments on commit 50460df

Please sign in to comment.