From d79ea50cc33cd67650c044365f8dcba21e01072b Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Thu, 1 Jul 2021 00:14:18 +0200 Subject: Update conda packages to python 3.9, cuda 11.1 Since cudatoolkit=11.1 isn't in the main anaconda channel (yet?), the nvidia conda channel is used. --- python/conda/astra-toolbox/linux_build_config.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'python/conda/astra-toolbox') diff --git a/python/conda/astra-toolbox/linux_build_config.yaml b/python/conda/astra-toolbox/linux_build_config.yaml index 91cc0e4..bcde2ce 100644 --- a/python/conda/astra-toolbox/linux_build_config.yaml +++ b/python/conda/astra-toolbox/linux_build_config.yaml @@ -1,10 +1,16 @@ python: - 2.7 - - 3.6 - 3.7 - 3.8 + - 3.9 numpy: - 1.11 + - 1.11 + - 1.11 + - 1.16 +zip_keys: + - python + - numpy c_compiler_version: - 7.3 -- cgit v1.2.3