diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-06-29 17:03:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-29 17:03:41 -0400 |
commit | 90eb671b2054b89a69525edc80add7dd3378f890 (patch) | |
tree | 2861a6e7279a90c881ccddc6f6e41d127ad5b730 /pyneb | |
parent | a9302aab5aa412ca9542cdcb59dfd8684f44bca4 (diff) | |
download | astroconda-contrib-90eb671b2054b89a69525edc80add7dd3378f890.tar.gz |
Free range packages (#20)
* Allow packages updates without metapackages conflicting
* Fix numpy locking
* Update purge_path requirement
* git https not ssh
* Redo changes prior to rebase
Diffstat (limited to 'pyneb')
-rw-r--r-- | pyneb/meta.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyneb/meta.yaml b/pyneb/meta.yaml index cb7f823..a979994 100644 --- a/pyneb/meta.yaml +++ b/pyneb/meta.yaml @@ -3,7 +3,7 @@ about: license: Unknown summary: A modern python tool to compute emission line emissivities build: - number: '0' + number: '1' package: name: pyneb version: 1.0.14 @@ -11,15 +11,15 @@ requirements: build: - astropy - matplotlib - - numpy >=1.5.1 - scipy - setuptools + - numpy x.x - python x.x run: - astropy - matplotlib - - numpy >=1.5.1 - scipy + - numpy x.x - python x.x source: fn: pyneb-1.0.14.tar.gz |