diff options
| author | Kulhanek <tomas.kulhanek@stfc.ac.uk> | 2019-01-14 13:37:32 +0100 |
|---|---|---|
| committer | Kulhanek <tomas.kulhanek@stfc.ac.uk> | 2019-01-14 13:37:32 +0100 |
| commit | 26443ce2065c6150829b03fa295a36e66edf1a60 (patch) | |
| tree | c8428c0dc2d498204faf9a08b72042164911610e /Wrappers/Python | |
| parent | b62fb5d06279f9cea41e7abc8e2d65aa6ee66178 (diff) | |
| download | astra-wrapper-26443ce2065c6150829b03fa295a36e66edf1a60.tar.gz astra-wrapper-26443ce2065c6150829b03fa295a36e66edf1a60.tar.bz2 astra-wrapper-26443ce2065c6150829b03fa295a36e66edf1a60.tar.xz astra-wrapper-26443ce2065c6150829b03fa295a36e66edf1a60.zip | |
UPDATE pin_compatible
Diffstat (limited to 'Wrappers/Python')
| -rwxr-xr-x | Wrappers/Python/conda-recipe/meta.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Wrappers/Python/conda-recipe/meta.yaml b/Wrappers/Python/conda-recipe/meta.yaml index 965d81d..b367948 100755 --- a/Wrappers/Python/conda-recipe/meta.yaml +++ b/Wrappers/Python/conda-recipe/meta.yaml @@ -16,6 +16,7 @@ requirements: - setuptools run: + - {{ pin_compatible('numpy', max_pin='x.x') }} - python - numpy - scipy |
