diff options
author | Willem Jan Palenstijn <wjp@usecode.org> | 2021-07-01 00:14:18 +0200 |
---|---|---|
committer | Willem Jan Palenstijn <wjp@usecode.org> | 2021-07-01 00:14:18 +0200 |
commit | d79ea50cc33cd67650c044365f8dcba21e01072b (patch) | |
tree | 935a920da98c3184f5f571397bbfe896ae77f1f5 /python/conda/astra-toolbox | |
parent | 3986e7e7cf9c0fb4d6180ce4695f46aa687c9471 (diff) | |
download | astra-d79ea50cc33cd67650c044365f8dcba21e01072b.tar.gz astra-d79ea50cc33cd67650c044365f8dcba21e01072b.tar.bz2 astra-d79ea50cc33cd67650c044365f8dcba21e01072b.tar.xz astra-d79ea50cc33cd67650c044365f8dcba21e01072b.zip |
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.
Diffstat (limited to 'python/conda/astra-toolbox')
-rw-r--r-- | python/conda/astra-toolbox/linux_build_config.yaml | 8 |
1 files changed, 7 insertions, 1 deletions
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 |