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 /pyfftw | |
| 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 'pyfftw')
| -rw-r--r-- | pyfftw/meta.yaml | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/pyfftw/meta.yaml b/pyfftw/meta.yaml index 31b5686..2542067 100644 --- a/pyfftw/meta.yaml +++ b/pyfftw/meta.yaml @@ -3,13 +3,12 @@ about:      license: GPL      summary: pyfftw  build: -    number: '0' +    number: '1'  package:      name: pyfftw      version: 0.9.2  requirements:      build: -    - numpy >=1.9      - fftw      - cython      - pkg-config [osx] @@ -17,7 +16,6 @@ requirements:      - numpy x.x      - python x.x      run: -    - numpy >=1.9      - cython      - fftw      - numpy x.x  | 
