Skip to content

Commit

Permalink
Conda installation now possible, with properly handled dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenain committed Aug 1, 2017
1 parent 5796c88 commit 5d7f431
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conda/build.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python $RECIPE_DIR/setup.py install
python setup.py install
20 changes: 16 additions & 4 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,23 @@ source:
requirements:
build:
- python 2.7*
- astropy
- matplotlib
- email
- numpy 1.13*
- scipy
- astropy >=2.*
- matplotlib >=2.*
- ephem
run:
- python
- uncertainties

run:
- python 2.7*
- email
- numpy 1.13*
- scipy
- astropy >=2.*
- matplotlib >=2.*
- ephem
- uncertainties

about:
home: https://github.com/jlenain/flaapluc
Expand Down

0 comments on commit 5d7f431

Please sign in to comment.