Skip to content

Commit

Permalink
Stricter dependencies to speed up conda's dependency solver when buil…
Browse files Browse the repository at this point in the history
…ding conda package.
  • Loading branch information
jlenain committed Mar 22, 2022
1 parent ddb26fa commit 0273298
Showing 1 changed file with 13 additions and 18 deletions.
31 changes: 13 additions & 18 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,21 @@ source:

requirements:
build:
- python 2.7*
- email
- numpy 1.13*
- scipy
- astropy >=2.*
- matplotlib >=2.*
- ephem
- setuptools
- uncertainties
- python 2.7.*
- numpy 1.13.*
- scipy 1.2.*
- astropy 2.0.*
- matplotlib 2.2.*
- ephem 3.7.*
- pytz 2020.*

run:
- python 2.7*
- email
- numpy 1.13*
- scipy
- astropy >=2.*
- matplotlib >=2.*
- ephem
- setuptools
- uncertainties
- python 2.7.*
- numpy 1.13.*
- scipy 1.2.*
- astropy 2.0.*
- matplotlib 2.2.*
- ephem 3.7.*

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

0 comments on commit 0273298

Please sign in to comment.