diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2019-04-30 13:55:28 +0100 |
---|---|---|
committer | Edoardo Pasca <edo.paskino@gmail.com> | 2019-04-30 13:55:28 +0100 |
commit | 43d0a144e4d8766b8275d9c13e06f2d0423d198e (patch) | |
tree | 1b05af762a271913591c1a5fafb41d9de121f245 | |
parent | 3a2fcc7e379f4761bad029dd99edf7d806526a10 (diff) | |
download | framework-43d0a144e4d8766b8275d9c13e06f2d0423d198e.tar.gz framework-43d0a144e4d8766b8275d9c13e06f2d0423d198e.tar.bz2 framework-43d0a144e4d8766b8275d9c13e06f2d0423d198e.tar.xz framework-43d0a144e4d8766b8275d9c13e06f2d0423d198e.zip |
removed numpy from build requirements
-rw-r--r-- | Wrappers/Python/conda-recipe/meta.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Wrappers/Python/conda-recipe/meta.yaml b/Wrappers/Python/conda-recipe/meta.yaml index dd3238e..ac5f763 100644 --- a/Wrappers/Python/conda-recipe/meta.yaml +++ b/Wrappers/Python/conda-recipe/meta.yaml @@ -26,7 +26,6 @@ requirements: build: - {{ pin_compatible('numpy', max_pin='x.x') }} - python - - numpy - setuptools run: @@ -34,7 +33,6 @@ requirements: - python - numpy - scipy - #- matplotlib - h5py about: |