From 82fc179f39ed6da308b0f229769f899570a1d9ea Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Fri, 17 Jan 2020 10:22:05 +0100 Subject: Use numpy backward binary compatibility for conda packages We now only build a single package built with numpy 1.11.x for numpy>=1.11,<2 . There is no guarantee that every future numpy version covered by this will be compatible with numpy 1.11, but numpy checks this internally at run-time, and should report this (noisily) when this occurs. --- python/conda/astra-toolbox/meta.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'python/conda/astra-toolbox/meta.yaml') diff --git a/python/conda/astra-toolbox/meta.yaml b/python/conda/astra-toolbox/meta.yaml index 78a7394..0526778 100644 --- a/python/conda/astra-toolbox/meta.yaml +++ b/python/conda/astra-toolbox/meta.yaml @@ -8,7 +8,6 @@ source: build: number: 0 - string: py_{{ python }}_numpy_{{ numpy }} test: imports: @@ -36,7 +35,7 @@ requirements: - libastra ==1.9.9.dev0 run: - python - - {{ pin_compatible('numpy', min_pin='x.x', max_pin='x.x') }} + - {{ pin_compatible('numpy', min_pin='x.x', max_pin='x') }} - scipy - six - libastra ==1.9.9.dev0 -- cgit v1.2.3